From 02da1b01c0f3fad25e6c512f6d8374f99b53da09 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 28 Sep 2010 19:31:42 +0000 Subject: [PATCH] - Tag for 6.11.8 release, all platforms boinc_core_release_6_11_8 / configure.ac version.h svn path=/trunk/boinc/; revision=22416 --- checkin_notes | 8 ++++++++ configure.ac | 2 +- version.h | 8 ++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/checkin_notes b/checkin_notes index 4d10cc768a..73a855567e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6863,3 +6863,11 @@ Rom 28 Sept 2010 skin.xml win_build/ boincmgr.vcproj + +Rom 28 Sept 2010 + - Tag for 6.11.8 release, all platforms + boinc_core_release_6_11_8 + + / + configure.ac + version.h diff --git a/configure.ac b/configure.ac index b5ad9a0548..a47ce89d6f 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, 6.11.7) +AC_INIT(BOINC, 6.11.8) 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 d94dfa182b..c3a37dda24 100644 --- a/version.h +++ b/version.h @@ -10,10 +10,10 @@ #define BOINC_MINOR_VERSION 11 /* Release part of BOINC version number */ -#define BOINC_RELEASE 7 +#define BOINC_RELEASE 8 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "6.11.7" +#define BOINC_VERSION_STRING "6.11.8" /* Package is a pre-release (Alpha/Beta) package */ #define BOINC_PRERELEASE 1 @@ -29,13 +29,13 @@ #define PACKAGE_NAME "BOINC" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "BOINC 6.11.7" +#define PACKAGE_STRING "BOINC 6.11.8" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "boinc" /* Define to the version of this package. */ -#define PACKAGE_VERSION "6.11.7" +#define PACKAGE_VERSION "6.11.8" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */