Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e395c5e

Browse files
authoredMar 24, 2025··
Merge pull request #6187 from BOINC/vko_vboxwrapper_increase_version
[vboxwrapper] increase version to 26210
2 parents 9729cd9 + c5420d0 commit e395c5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
1414
WRAPPER_RELEASE=26018
1515
AC_SUBST([WRAPPER_RELEASE])
1616

17-
VBOXWRAPPER_RELEASE=26209
17+
VBOXWRAPPER_RELEASE=26210
1818
AC_SUBST([VBOXWRAPPER_RELEASE])
1919

2020
WORKER_RELEASE=4

‎version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define WRAPPER_RELEASE 26018
2525

2626
// vboxwrapper version number
27-
#define VBOXWRAPPER_RELEASE 26209
27+
#define VBOXWRAPPER_RELEASE 26210
2828

2929
// worker version number
3030
#define WORKER_RELEASE 4

‎win_build/vboxwrapper.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414
<Import Project="boinc.props" />
1515
<PropertyGroup>
16-
<TargetVersion>26209</TargetVersion>
16+
<TargetVersion>26210</TargetVersion>
1717
<TargetName>vboxwrapper_$(TargetVersion)_windows_x86_64</TargetName>
1818
</PropertyGroup>
1919
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.