From 3f5f1bba0c2cb4862c38b0c9050f1cede8a5c344 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Sun, 28 Dec 2014 18:18:27 -0800 Subject: [PATCH] bumped version to 2.4rc --- configure.ac | 6 +++--- src/windows/config.h | 4 ++-- src/windows/gperftools/tcmalloc.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configure.ac b/configure.ac index 27754f3..69fc2dd 100644 --- a/configure.ac +++ b/configure.ac @@ -4,11 +4,11 @@ # make sure we're interpreted by some minimal autoconf AC_PREREQ([2.59]) -AC_INIT([gperftools],[2.3],[google-perftools@googlegroups.com]) +AC_INIT([gperftools],[2.3.90],[google-perftools@googlegroups.com]) # Update this value for every release! (A:B:C will map to foo.so.(A-C).C.B) # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -TCMALLOC_SO_VERSION=6:4:2 -PROFILER_SO_VERSION=4:3:4 +TCMALLOC_SO_VERSION=6:5:2 +PROFILER_SO_VERSION=4:4:4 AC_SUBST(TCMALLOC_SO_VERSION) AC_SUBST(PROFILER_SO_VERSION) diff --git a/src/windows/config.h b/src/windows/config.h index 0b47cb5..3aef61c 100644 --- a/src/windows/config.h +++ b/src/windows/config.h @@ -226,7 +226,7 @@ #define PACKAGE_NAME "gperftools" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gperftools 2.3" +#define PACKAGE_STRING "gperftools 2.3.90" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gperftools" @@ -235,7 +235,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.3" +#define PACKAGE_VERSION "2.3.90" /* How to access the PC from a struct ucontext */ #undef PC_FROM_UCONTEXT diff --git a/src/windows/gperftools/tcmalloc.h b/src/windows/gperftools/tcmalloc.h index 10aa27c..f02764a 100644 --- a/src/windows/gperftools/tcmalloc.h +++ b/src/windows/gperftools/tcmalloc.h @@ -51,8 +51,8 @@ // Define the version number so folks can check against it #define TC_VERSION_MAJOR 2 #define TC_VERSION_MINOR 3 -#define TC_VERSION_PATCH "" -#define TC_VERSION_STRING "gperftools 2.3" +#define TC_VERSION_PATCH ".90" +#define TC_VERSION_STRING "gperftools 2.3.90" #include // for struct mallinfo, if it's defined