Skip to content

Commit f17d7c8

Browse files
authored
Merge pull request #6711 from BOINC/vko_bump_vbox_and_wsl_wrappers_versions
Update samples release version:
2 parents c572491 + 09b4d4b commit f17d7c8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ AC_SUBST([VBOXWRAPPER_RELEASE])
3838
WORKER_RELEASE=6
3939
AC_SUBST([WORKER_RELEASE])
4040

41-
DOCKERWRAPPER_RELEASE=15
41+
DOCKERWRAPPER_RELEASE=16
4242
AC_SUBST([DOCKERWRAPPER_RELEASE])
4343

4444
MULTITHREAD_RELEASE=2

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define WORKER_RELEASE 6
3131

3232
// dockerwrapper version number
33-
#define DOCKERWRAPPER_RELEASE 15
33+
#define DOCKERWRAPPER_RELEASE 16
3434

3535
// multi_thread version number
3636
#define MULTITHREAD_RELEASE 2

win_build/docker_wrapper.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PropertyGroup>
1313
<PlatformSuffix Condition="'$(Platform)'=='x64'">x86_64</PlatformSuffix>
1414
<PlatformSuffix Condition="'$(Platform)'=='ARM64'">ARM64</PlatformSuffix>
15-
<TargetVersion>15</TargetVersion>
15+
<TargetVersion>16</TargetVersion>
1616
<TargetName>$(ProjectName)_$(TargetVersion)_windows_$(PlatformSuffix)</TargetName>
1717
</PropertyGroup>
1818
<ItemDefinitionGroup>

win_build/wsl_wrapper.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PropertyGroup>
1313
<PlatformSuffix Condition="'$(Platform)'=='x64'">x86_64</PlatformSuffix>
1414
<PlatformSuffix Condition="'$(Platform)'=='ARM64'">ARM64</PlatformSuffix>
15-
<TargetVersion>4</TargetVersion>
15+
<TargetVersion>5</TargetVersion>
1616
<TargetName>$(ProjectName)_$(TargetVersion)_windows_$(PlatformSuffix)</TargetName>
1717
</PropertyGroup>
1818
<ItemDefinitionGroup>

0 commit comments

Comments
 (0)