From 56a128af030ee91a2fce55255e60b6dbf645bf11 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Mon, 9 Jun 2014 11:14:44 -0400 Subject: [PATCH] BUILD: Update vboxwrapper's version to 26088. --- configure.ac | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d1f1257a3c..63f984c847 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION]) WRAPPER_RELEASE=26010 AC_SUBST([WRAPPER_RELEASE]) -VBOXWRAPPER_RELEASE=26087 +VBOXWRAPPER_RELEASE=26088 AC_SUBST([VBOXWRAPPER_RELEASE]) AC_CANONICAL_TARGET diff --git a/version.h b/version.h index 81262e8746..72c7763640 100644 --- a/version.h +++ b/version.h @@ -16,7 +16,7 @@ #define WRAPPER_RELEASE 26010 /* Release part of vboxwrapper version number */ -#define VBOXWRAPPER_RELEASE 26087 +#define VBOXWRAPPER_RELEASE 26088 /* String representation of BOINC version number */ #define BOINC_VERSION_STRING "7.3.19"