From 6faaf77ba508b572e495c58fc5f808acf7b2919e Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 16 Oct 2015 20:58:57 -0400 Subject: [PATCH] BUILD: Fix build version mistake. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index c382efb627..48a3cc726f 100644 --- a/version.h +++ b/version.h @@ -16,7 +16,7 @@ #define WRAPPER_RELEASE 26015 /* Release part of vboxwrapper version number */ -#define VBOXWRAPPER_RELEASE 2617 +#define VBOXWRAPPER_RELEASE 26178 /* String representation of BOINC version number */ #define BOINC_VERSION_STRING "7.7.0"