bump version number for 2.1rc

git-svn-id: http://gperftools.googlecode.com/svn/trunk@225 6b5cf1ce-ec42-a296-1ba9-69fdba395a50
This commit is contained in:
alkondratenko@gmail.com 2013-07-20 21:37:01 +00:00
parent 7c2aa2f7c2
commit 60ab178aeb
2 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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