Skip to content

Commit a1b337a

Browse files
committed
BUILD: Update vboxwrappers version to 26186.
1 parent 0fe2140 commit a1b337a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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=26016
1515
AC_SUBST([WRAPPER_RELEASE])
1616

17-
VBOXWRAPPER_RELEASE=26185
17+
VBOXWRAPPER_RELEASE=26186
1818
AC_SUBST([VBOXWRAPPER_RELEASE])
1919

2020
AC_CANONICAL_TARGET

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define WRAPPER_RELEASE 26016
1717

1818
/* Release part of vboxwrapper version number */
19-
#define VBOXWRAPPER_RELEASE 26185
19+
#define VBOXWRAPPER_RELEASE 26186
2020

2121
/* String representation of BOINC version number */
2222
#define BOINC_VERSION_STRING "7.7.0"

win_build/vboxwrapper.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
9595
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
9696
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vboxwrapper_26151_windows_x86_64</TargetName>
97-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26185_windows_x86_64</TargetName>
97+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26186_windows_x86_64</TargetName>
9898
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
99-
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26185_windows_intelx86</TargetName>
99+
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26186_windows_intelx86</TargetName>
100100
</PropertyGroup>
101101
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102102
<Midl>

0 commit comments

Comments
 (0)