From bf8b714bf5075d0a6f2f28504b43095e2b1e11c5 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Mon, 30 May 2022 21:21:21 -0700 Subject: bump version to 2.10 --- src/windows/config.h | 4 ++-- src/windows/gperftools/tcmalloc.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/windows/config.h b/src/windows/config.h index bd520e4..813e24f 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.9.1" +#define PACKAGE_STRING "gperftools 2.10" /* 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.9.1" +#define PACKAGE_VERSION "2.10" /* How to access the PC from a struct ucontext */ /* #undef PC_FROM_UCONTEXT */ diff --git a/src/windows/gperftools/tcmalloc.h b/src/windows/gperftools/tcmalloc.h index 5116b29..948d062 100644 --- a/src/windows/gperftools/tcmalloc.h +++ b/src/windows/gperftools/tcmalloc.h @@ -43,9 +43,9 @@ /* Define the version number so folks can check against it */ #define TC_VERSION_MAJOR 2 -#define TC_VERSION_MINOR 9 -#define TC_VERSION_PATCH ".1" -#define TC_VERSION_STRING "gperftools 2.9.1" +#define TC_VERSION_MINOR 10 +#define TC_VERSION_PATCH "" +#define TC_VERSION_STRING "gperftools 2.10" #ifndef PERFTOOLS_NOTHROW -- cgit v1.2.1