From 4bd02fef0def98c2b0bbcd61cb7d64ea25b0c573 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 2 Apr 2015 12:39:44 -0400 Subject: [PATCH] BUILD: Increment branch to 7.5.1 --- configure.ac | 2 +- version.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 38b8dc31b7..d7675acc07 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ dnl not sure exactly what the minimum version is (but 2.13 wont work) AC_PREREQ(2.58) dnl Set the BOINC version here. You can also use the set-version script. -AC_INIT(BOINC, 7.5.0) +AC_INIT(BOINC, 7.5.1) AC_CONFIG_MACRO_DIR([m4]) LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'` AC_SUBST([LIBBOINC_VERSION]) diff --git a/version.h b/version.h index 47feec8c4d..f0b3385393 100644 --- a/version.h +++ b/version.h @@ -10,7 +10,7 @@ #define BOINC_MINOR_VERSION 5 /* Release part of BOINC version number */ -#define BOINC_RELEASE 0 +#define BOINC_RELEASE 1 /* Release part of wrapper version number */ #define WRAPPER_RELEASE 26013 @@ -19,7 +19,7 @@ #define VBOXWRAPPER_RELEASE 26161 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "7.5.0" +#define BOINC_VERSION_STRING "7.5.1" /* Package is a pre-release (Alpha/Beta) package */ #define BOINC_PRERELEASE 1 @@ -35,13 +35,13 @@ #define PACKAGE_NAME "BOINC" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "BOINC 7.5.0" +#define PACKAGE_STRING "BOINC 7.5.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "boinc" /* Define to the version of this package. */ -#define PACKAGE_VERSION "7.5.0" +#define PACKAGE_VERSION "7.5.1" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */