From 1a7f61a10abc5a860ed5df8cb6c407b908b38fe0 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 19 Aug 2014 20:07:44 -0700 Subject: [PATCH] BUILD: Increase the build number for vboxwrapper (Mac & Linux only so far.) --- configure.ac | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ea977988bf..910206fce0 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/version.h b/version.h index d839ba7c25..fbaf1176d5 100644 --- a/version.h +++ b/version.h @@ -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"