Skip to content

Commit

Permalink
BUILD: Update vboxwrappers version to 26182.
Browse files Browse the repository at this point in the history
  • Loading branch information
romw committed Feb 4, 2016
1 parent 1d8b4db commit c080bba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
WRAPPER_RELEASE=26016
AC_SUBST([WRAPPER_RELEASE])

VBOXWRAPPER_RELEASE=26181
VBOXWRAPPER_RELEASE=26182
AC_SUBST([VBOXWRAPPER_RELEASE])

AC_CANONICAL_TARGET
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define WRAPPER_RELEASE 26016

/* Release part of vboxwrapper version number */
#define VBOXWRAPPER_RELEASE 26181
#define VBOXWRAPPER_RELEASE 26182

/* 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_26181_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26182_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26151_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26181_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26182_windows_intelx86</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
Expand Down

0 comments on commit c080bba

Please sign in to comment.