mirror of
https://github.com/gperftools/gperftools
synced 2025-01-18 04:41:34 +00:00
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:
parent
7c2aa2f7c2
commit
60ab178aeb
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user