mirror of https://github.com/BOINC/boinc.git
BUILD: Update vboxwrappers version to 26184.
This commit is contained in:
parent
c61e3090ea
commit
52ab02ae92
|
@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
|
||||||
WRAPPER_RELEASE=26016
|
WRAPPER_RELEASE=26016
|
||||||
AC_SUBST([WRAPPER_RELEASE])
|
AC_SUBST([WRAPPER_RELEASE])
|
||||||
|
|
||||||
VBOXWRAPPER_RELEASE=26183
|
VBOXWRAPPER_RELEASE=26184
|
||||||
AC_SUBST([VBOXWRAPPER_RELEASE])
|
AC_SUBST([VBOXWRAPPER_RELEASE])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
#define WRAPPER_RELEASE 26016
|
#define WRAPPER_RELEASE 26016
|
||||||
|
|
||||||
/* Release part of vboxwrapper version number */
|
/* Release part of vboxwrapper version number */
|
||||||
#define VBOXWRAPPER_RELEASE 26183
|
#define VBOXWRAPPER_RELEASE 26184
|
||||||
|
|
||||||
/* String representation of BOINC version number */
|
/* String representation of BOINC version number */
|
||||||
#define BOINC_VERSION_STRING "7.7.0"
|
#define BOINC_VERSION_STRING "7.7.0"
|
||||||
|
|
|
@ -94,9 +94,9 @@
|
||||||
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||||
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vboxwrapper_26151_windows_x86_64</TargetName>
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vboxwrapper_26151_windows_x86_64</TargetName>
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26183_windows_x86_64</TargetName>
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26184_windows_x86_64</TargetName>
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
|
||||||
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26183_windows_intelx86</TargetName>
|
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26184_windows_intelx86</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<Midl>
|
<Midl>
|
||||||
|
|
Loading…
Reference in New Issue