Skip to content

Commit

Permalink
bumped version to 2.5rc
Browse files Browse the repository at this point in the history
  • Loading branch information
alk committed Feb 22, 2016
1 parent f47fefb commit 2804b7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# make sure we're interpreted by some minimal autoconf
AC_PREREQ([2.59])

AC_INIT([gperftools],[2.4],[google-perftools@googlegroups.com])
AC_INIT([gperftools],[2.4.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:6:2
PROFILER_SO_VERSION=4:5:4
TCMALLOC_SO_VERSION=6:7:2
PROFILER_SO_VERSION=4:6:4

AC_SUBST(TCMALLOC_SO_VERSION)
AC_SUBST(PROFILER_SO_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions src/windows/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
#define PACKAGE_NAME "gperftools"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "gperftools 2.4"
#define PACKAGE_STRING "gperftools 2.4.90"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gperftools"
Expand All @@ -243,7 +243,7 @@
#undef PACKAGE_URL

/* Define to the version of this package. */
#define PACKAGE_VERSION "2.4"
#define PACKAGE_VERSION "2.4.90"

/* How to access the PC from a struct ucontext */
#undef PC_FROM_UCONTEXT
Expand Down
4 changes: 2 additions & 2 deletions src/windows/gperftools/tcmalloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
/* Define the version number so folks can check against it */
#define TC_VERSION_MAJOR 2
#define TC_VERSION_MINOR 4
#define TC_VERSION_PATCH ""
#define TC_VERSION_STRING "gperftools 2.4"
#define TC_VERSION_PATCH ".90"
#define TC_VERSION_STRING "gperftools 2.4.90"

#ifdef __cplusplus
#define PERFTOOLS_THROW throw()
Expand Down

0 comments on commit 2804b7c

Please sign in to comment.