mirror of https://github.com/BOINC/boinc.git
BUILD: Update vboxwrappers version to 26151.
This commit is contained in:
parent
cb6c328151
commit
d8d1fafa7e
|
@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
|
|||
WRAPPER_RELEASE=26012
|
||||
AC_SUBST([WRAPPER_RELEASE])
|
||||
|
||||
VBOXWRAPPER_RELEASE=26110
|
||||
VBOXWRAPPER_RELEASE=26151
|
||||
AC_SUBST([VBOXWRAPPER_RELEASE])
|
||||
|
||||
AC_CANONICAL_TARGET
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#define WRAPPER_RELEASE 26012
|
||||
|
||||
/* Release part of vboxwrapper version number */
|
||||
#define VBOXWRAPPER_RELEASE 26110
|
||||
#define VBOXWRAPPER_RELEASE 26151
|
||||
|
||||
/* String representation of BOINC version number */
|
||||
#define BOINC_VERSION_STRING "7.5.0"
|
||||
|
|
|
@ -93,10 +93,10 @@
|
|||
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vboxwrapper_26150_windows_x86_64</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26150_windows_x86_64</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26150_windows_intelx86</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26150_windows_intelx86</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vboxwrapper_26151_windows_x86_64</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26151_windows_x86_64</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
|
||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<Midl>
|
||||
|
|
Loading…
Reference in New Issue