summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2022-05-30 21:21:21 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2022-05-30 21:21:21 -0700
commitbf8b714bf5075d0a6f2f28504b43095e2b1e11c5 (patch)
treea2060cf5ab6e620bc2fa0a21f491cad07e750c4a /src
parent9d44463380716ebad2f8ba13ce8a737f22bb2602 (diff)
downloadgperftools-bf8b714bf5075d0a6f2f28504b43095e2b1e11c5.tar.gz
bump version to 2.10HEADgperftools-2.10master
Diffstat (limited to 'src')
-rw-r--r--src/windows/config.h4
-rw-r--r--src/windows/gperftools/tcmalloc.h6
2 files changed, 5 insertions, 5 deletions
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