summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2014-11-02 20:02:12 -0800
committerAliaksey Kandratsenka <alk@tut.by>2014-11-02 20:13:33 -0800
commite7d5e512b068fb76f5eeed7985bebd9c0d14e226 (patch)
tree11be16b1f7f56688de7835fe4e5084f4528130d4
parent1d44d378513a8782c058833118b664f38214810b (diff)
downloadgperftools-e7d5e512b068fb76f5eeed7985bebd9c0d14e226.tar.gz
bumped version to 2.3rcgperftools-2.2.90
-rw-r--r--configure.ac6
-rw-r--r--src/windows/config.h4
-rw-r--r--src/windows/gperftools/tcmalloc.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 8892d55..91b2820 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.2.1],[google-perftools@googlegroups.com])
+AC_INIT([gperftools],[2.2.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:2:2
-PROFILER_SO_VERSION=4:1:4
+TCMALLOC_SO_VERSION=6:3:2
+PROFILER_SO_VERSION=4:2:4
AC_SUBST(TCMALLOC_SO_VERSION)
AC_SUBST(PROFILER_SO_VERSION)
diff --git a/src/windows/config.h b/src/windows/config.h
index 1595404..9722bec 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.2.1"
+#define PACKAGE_STRING "gperftools 2.2.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.2.1"
+#define PACKAGE_VERSION "2.2.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 7d9910d..9d73e90 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 2
-#define TC_VERSION_PATCH ".1"
-#define TC_VERSION_STRING "gperftools 2.2.1"
+#define TC_VERSION_PATCH ".90"
+#define TC_VERSION_STRING "gperftools 2.2.90"
#include <stdlib.h> // for struct mallinfo, if it's defined