Skip to content

Commit

Permalink
Merge pull request #5914 from BOINC/vko_bump_vbxowrapper_version_to_2…
Browse files Browse the repository at this point in the history
…6208

[vboxwrapper] bump version to 26208
  • Loading branch information
AenBleidd authored Nov 23, 2024
2 parents 3e5c24b + 9f1f5ef commit 30f162c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
WRAPPER_RELEASE=26018
AC_SUBST([WRAPPER_RELEASE])

VBOXWRAPPER_RELEASE=26207
VBOXWRAPPER_RELEASE=26208
AC_SUBST([VBOXWRAPPER_RELEASE])

WORKER_RELEASE=2
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define WRAPPER_RELEASE 26018

// vboxwrapper version number
#define VBOXWRAPPER_RELEASE 26207
#define VBOXWRAPPER_RELEASE 26208

// worker version number
#define WORKER_RELEASE 2
Expand Down
2 changes: 1 addition & 1 deletion win_build/vboxwrapper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</PropertyGroup>
<Import Project="boinc.props" />
<PropertyGroup>
<TargetVersion>26207</TargetVersion>
<TargetVersion>26208</TargetVersion>
<TargetName>vboxwrapper_$(TargetVersion)_windows_x86_64</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
Expand Down

0 comments on commit 30f162c

Please sign in to comment.