Skip to content

Commit df9f5cd

Browse files
committed
[wrapper] Update version
Signed-off-by: Vitalii Koshura <[email protected]>
1 parent bec1bdd commit df9f5cd

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
1111
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
1212
AC_SUBST([LIBBOINC_VERSION])
1313

14-
WRAPPER_RELEASE=26017
14+
WRAPPER_RELEASE=26018
1515
AC_SUBST([WRAPPER_RELEASE])
1616

1717
VBOXWRAPPER_RELEASE=26205

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// wrapper version number
1616
// when you change this, change .exe file names in VS project files
17-
#define WRAPPER_RELEASE 26017
17+
#define WRAPPER_RELEASE 26018
1818

1919
// vboxwrapper version number
2020
// when you change this, change .exe file names in VS project files

win_build/wrapper.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
8989
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
9090
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
91-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26017_windows_x86_64</TargetName>
92-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">wrapper_26017_windows_intelx86</TargetName>
93-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_26017_windows_x86_64</TargetName>
91+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26018_windows_x86_64</TargetName>
92+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">wrapper_26018_windows_intelx86</TargetName>
93+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_26018_windows_x86_64</TargetName>
9494
</PropertyGroup>
9595
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
9696
<Midl>

win_build/wrapper_vs2013.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
9494
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
9595
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
96-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26017_windows_x86_64</TargetName>
97-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">wrapper_26017_windows_intelx86</TargetName>
98-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_26017_windows_x86_64</TargetName>
96+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26018_windows_x86_64</TargetName>
97+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">wrapper_26018_windows_intelx86</TargetName>
98+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_26018_windows_x86_64</TargetName>
9999
</PropertyGroup>
100100
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
101101
<Midl>

win_build/wrapper_vs2019.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
9191
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
9292
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" />
93-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26017_windows_x86_64</TargetName>
94-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">wrapper_26017_windows_arm64</TargetName>
95-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_26017_windows_x86_64</TargetName>
96-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">wrapper_26017_windows_arm64</TargetName>
93+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26018_windows_x86_64</TargetName>
94+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">wrapper_26018_windows_arm64</TargetName>
95+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_26018_windows_x86_64</TargetName>
96+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">wrapper_26018_windows_arm64</TargetName>
9797
</PropertyGroup>
9898
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
9999
<Midl>

0 commit comments

Comments
 (0)