diff options
Diffstat (limited to 'src/windows')
-rw-r--r-- | src/windows/config.h | 6 | ||||
-rw-r--r-- | src/windows/gperftools/tcmalloc.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/windows/config.h b/src/windows/config.h index 250579a..bd520e4 100644 --- a/src/windows/config.h +++ b/src/windows/config.h @@ -234,7 +234,7 @@ #define PACKAGE_NAME "gperftools" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gperftools 2.8.1" +#define PACKAGE_STRING "gperftools 2.9.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gperftools" @@ -243,7 +243,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.8.1" +#define PACKAGE_VERSION "2.9.1" /* How to access the PC from a struct ucontext */ /* #undef PC_FROM_UCONTEXT */ @@ -279,7 +279,7 @@ /* #undef TCMALLOC_PAGE_SIZE_SHIFT */ /* Version number of package */ -#define VERSION "2.9.0" +#define VERSION "2.9.1" /* C99 says: define this to get the PRI... macros from stdint.h */ #ifndef __STDC_FORMAT_MACROS diff --git a/src/windows/gperftools/tcmalloc.h b/src/windows/gperftools/tcmalloc.h index f072a5b..5116b29 100644 --- a/src/windows/gperftools/tcmalloc.h +++ b/src/windows/gperftools/tcmalloc.h @@ -44,8 +44,8 @@ /* Define the version number so folks can check against it */ #define TC_VERSION_MAJOR 2 #define TC_VERSION_MINOR 9 -#define TC_VERSION_PATCH ".0" -#define TC_VERSION_STRING "gperftools 2.9.0" +#define TC_VERSION_PATCH ".1" +#define TC_VERSION_STRING "gperftools 2.9.1" #ifndef PERFTOOLS_NOTHROW |