Skip to content

Commit

Permalink
BUILD: Update vboxwrappers version to 26170.
Browse files Browse the repository at this point in the history
BUILD: Update wrappers version to 26015.
  • Loading branch information
romw committed Sep 28, 2015
1 parent b0e110d commit f2ddcbb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ AC_CONFIG_MACRO_DIR([m4])
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
AC_SUBST([LIBBOINC_VERSION])

WRAPPER_RELEASE=26014
WRAPPER_RELEASE=26015
AC_SUBST([WRAPPER_RELEASE])

VBOXWRAPPER_RELEASE=26170
VBOXWRAPPER_RELEASE=26171
AC_SUBST([VBOXWRAPPER_RELEASE])

AC_CANONICAL_TARGET
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
#define BOINC_RELEASE 0

/* Release part of wrapper version number */
#define WRAPPER_RELEASE 26014
#define WRAPPER_RELEASE 26015

/* Release part of vboxwrapper version number */
#define VBOXWRAPPER_RELEASE 26170
#define VBOXWRAPPER_RELEASE 26171

/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.7.0"
Expand Down
4 changes: 2 additions & 2 deletions win_build/vboxwrapper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
<CodeAnalysisRules 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)'=='Release|x64'">vboxwrapper_26170_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26171_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26170_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26171_windows_intelx86</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
Expand Down
4 changes: 2 additions & 2 deletions win_build/wrapper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
<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)'=='Release|x64'">wrapper_26014_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">wrapper_26014_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wrapper_26015_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">wrapper_26015_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wrapper_6.1_windows_x86_64</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Expand Down

0 comments on commit f2ddcbb

Please sign in to comment.