From ad0f14318411a4aa08152fb5dc1dd3f2649837d4 Mon Sep 17 00:00:00 2001 From: Walt Gribben Date: Fri, 11 Aug 2006 01:02:44 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10888 --- checkin_notes | 4 ++++ configure.ac | 2 +- version.h | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/checkin_notes b/checkin_notes index 01a602884c..7304fec776 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8633,3 +8633,7 @@ Walt 10 Aug 2006 clientgui/ BOINCGUIApp.cpp + +Walt 10 Aug 2006 + - Tag for 5.5.12 release, all platforms + boinc_core_release_5_5_12 diff --git a/configure.ac b/configure.ac index 1969f81635..dbf3f90ee2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,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, 5.5.11) +AC_INIT(BOINC, 5.5.12) AC_ARG_ENABLE(debug, AS_HELP_STRING([--enable-debug], diff --git a/version.h b/version.h index 0a927b542e..c2148d345e 100644 --- a/version.h +++ b/version.h @@ -10,10 +10,10 @@ #define BOINC_MINOR_VERSION 5 /* Release part of BOINC version number */ -#define BOINC_RELEASE 11 +#define BOINC_RELEASE 12 /* String representation of BOINC version number */ -#define BOINC_VERSION_STRING "5.5.11" +#define BOINC_VERSION_STRING "5.5.12" #if (defined(_WIN32) || defined(__APPLE__)) /* Name of package */ @@ -26,13 +26,13 @@ #define PACKAGE_NAME "BOINC" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "BOINC 5.5.11" +#define PACKAGE_STRING "BOINC 5.5.12" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "boinc" /* Define to the version of this package. */ -#define PACKAGE_VERSION "5.5.11" +#define PACKAGE_VERSION "5.5.12" #endif /* #if (defined(_WIN32) || defined(__APPLE__)) */