From 3d9c71dc0ebbbc71155dfb21cea3093dece691cf Mon Sep 17 00:00:00 2001 From: Rom Walton <rwalton@ssl.berkeley.edu> Date: Mon, 9 Feb 2009 21:30:08 +0000 Subject: [PATCH] - Tag for 6.6.5 release, all platforms boinc_core_release_6_6_5 / configure.ac version.h svn path=/branches/boinc_core_release_6_6a/; revision=17190 --- 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 b15f73fedd..fc15fc4962 100644 --- a/checkin_notes +++ b/checkin_notes @@ -963,3 +963,11 @@ Rom 7 Feb 2009 clientgui/ ProjectInfoPage.cpp + +Rom 9 Feb 2009 + - Tag for 6.6.5 release, all platforms + boinc_core_release_6_6_5 + + / + configure.ac + version.h diff --git a/configure.ac b/configure.ac index 13c54c18d1..f2b0d17401 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.57) dnl Set the BOINC version here. You can also use the set-version script. -AC_INIT(BOINC, 6.6.4) +AC_INIT(BOINC, 6.6.5) LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'` AC_SUBST([LIBBOINC_VERSION]) diff --git a/version.h b/version.h index 3618c2c23a..8fdea98b34 100644 --- a/version.h +++ b/version.h @@ -10,10 +10,10 @@ #define BOINC_MINOR_VERSION 6 /* Release part of BOINC version number */ -#define BOINC_RELEASE 4 +#define BOINC_RELEASE 5 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "6.6.4" +#define BOINC_VERSION_STRING "6.6.5" /* Package is a pre-release (Alpha/Beta) package */ /* #define BOINC_PRERELEASE 0 */ @@ -29,13 +29,13 @@ #define PACKAGE_NAME "BOINC" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "BOINC 6.6.4" +#define PACKAGE_STRING "BOINC 6.6.5" /* 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.6.4" +#define PACKAGE_VERSION "6.6.5" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */ -- GitLab