summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c419d5f..65a4e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,12 +4,12 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ([2.59])
-AC_INIT([gperftools],[2.9.1],[gperftools@googlegroups.com])
+AC_INIT([gperftools],[2.10],[gperftools@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=9:9:5
-PROFILER_SO_VERSION=5:4:5
-TCMALLOC_AND_PROFILER_SO_VERSION=10:4:6
+TCMALLOC_SO_VERSION=9:10:5
+PROFILER_SO_VERSION=5:5:5
+TCMALLOC_AND_PROFILER_SO_VERSION=10:5:6
AC_SUBST(TCMALLOC_SO_VERSION)
AC_SUBST(PROFILER_SO_VERSION)