diff --git a/configure.ac b/configure.ac index 28daf28e0b..cad34c4b23 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION]) WRAPPER_RELEASE=26012 AC_SUBST([WRAPPER_RELEASE]) -VBOXWRAPPER_RELEASE=26108 +VBOXWRAPPER_RELEASE=26109 AC_SUBST([VBOXWRAPPER_RELEASE]) AC_CANONICAL_TARGET diff --git a/version.h b/version.h index 26a0bb895c..82cdafe7d8 100644 --- a/version.h +++ b/version.h @@ -16,7 +16,7 @@ #define WRAPPER_RELEASE 26012 /* Release part of vboxwrapper version number */ -#define VBOXWRAPPER_RELEASE 26108 +#define VBOXWRAPPER_RELEASE 26109 /* String representation of BOINC version number */ #define BOINC_VERSION_STRING "7.5.0"