Skip to content
forked from BOINC/boinc

Commit

Permalink
Increment version #s in configure.ac and version.h too (to 26202)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpanderson committed May 13, 2019
1 parent 320e947 commit 98abb78
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 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=26200
VBOXWRAPPER_RELEASE=26202
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 26200
#define VBOXWRAPPER_RELEASE 26202

/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.15.0"
Expand Down
9 changes: 5 additions & 4 deletions win_build/vboxwrapper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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_26200_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26201_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26200_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26201_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">vboxwrapper_26202_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">vboxwrapper_26202_windows_x86_64</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">vboxwrapper_26202_windows_intelx86</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">vboxwrapper_26202_windows_intelx86</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
Expand Down Expand Up @@ -329,6 +329,7 @@
<ClInclude Include="..\samples\vboxwrapper\vbox_mscom60.h" />
<ClInclude Include="..\samples\vboxwrapper\vbox_mscom_impl.h" />
<ClInclude Include="..\samples\vboxwrapper\vbox_vboxmanage.h" />
<ClInclude Include="..\version.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\samples\vboxwrapper\vboxwrapper_win.rc" />
Expand Down

0 comments on commit 98abb78

Please sign in to comment.