summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-07-20 21:37:01 +0000
committeralkondratenko@gmail.com <alkondratenko@gmail.com@6b5cf1ce-ec42-a296-1ba9-69fdba395a50>2013-07-20 21:37:01 +0000
commit60ab178aeb827378d78cae8f1c6f893b14deaaf0 (patch)
treed91e83a060df5dd6267ecc349bf8bfa36e9480ec
parent7c2aa2f7c2cf901c17b9b9215224f725e798d1f2 (diff)
downloadgperftools-60ab178aeb827378d78cae8f1c6f893b14deaaf0.tar.gz
bump version number for 2.1rc
git-svn-id: http://gperftools.googlecode.com/svn/trunk@225 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
-rw-r--r--configure.ac6
-rw-r--r--src/windows/gperftools/tcmalloc.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 06da531..ac38e2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,11 +4,11 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ([2.68])
-AC_INIT([gperftools],[2.0],[google-perftools@googlegroups.com])
+AC_INIT([gperftools],[2.0.99],[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=5:0:1
-PROFILER_SO_VERSION=3:0:3
+TCMALLOC_SO_VERSION=5:1:1
+PROFILER_SO_VERSION=3:1:3
AC_SUBST(TCMALLOC_SO_VERSION)
AC_SUBST(PROFILER_SO_VERSION)
diff --git a/src/windows/gperftools/tcmalloc.h b/src/windows/gperftools/tcmalloc.h
index db32c53..baf61e8 100644
--- a/src/windows/gperftools/tcmalloc.h
+++ b/src/windows/gperftools/tcmalloc.h
@@ -50,8 +50,8 @@
// Define the version number so folks can check against it
#define TC_VERSION_MAJOR 2
#define TC_VERSION_MINOR 0
-#define TC_VERSION_PATCH ""
-#define TC_VERSION_STRING "gperftools 2.0"
+#define TC_VERSION_PATCH ".99"
+#define TC_VERSION_STRING "gperftools 2.0.99"
#include <stdlib.h> // for struct mallinfo, if it's defined