BUILD: Increase the build number for vboxwrapper (Mac & Linux only so far.)

This commit is contained in:
Charlie Fenton 2014-08-19 20:07:44 -07:00
parent e55297a8f0
commit 1a7f61a10a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
WRAPPER_RELEASE=26011
AC_SUBST([WRAPPER_RELEASE])
VBOXWRAPPER_RELEASE=26102
VBOXWRAPPER_RELEASE=26103
AC_SUBST([VBOXWRAPPER_RELEASE])
AC_CANONICAL_TARGET

View File

@ -16,7 +16,7 @@
#define WRAPPER_RELEASE 26011
/* Release part of vboxwrapper version number */
#define VBOXWRAPPER_RELEASE 26102
#define VBOXWRAPPER_RELEASE 26103
/* String representation of BOINC version number */
#define BOINC_VERSION_STRING "7.5.0"