summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-21 15:16:06 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-21 15:16:06 -0800
commit47b5b59ca9b62ee42cf30273cce463aa9cbba8c7 (patch)
treef8f3ffb88a2e72ea3b6c62c5bfe887a2bac060cf /src
parentd7cbc8c2ff4ab8dbdc411ab1f25eca459f88502e (diff)
downloadgperftools-47b5b59ca9b62ee42cf30273cce463aa9cbba8c7.tar.gz
bump version to 2.9gperftools-2.9
Diffstat (limited to 'src')
-rw-r--r--src/windows/config.h2
-rw-r--r--src/windows/gperftools/tcmalloc.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/windows/config.h b/src/windows/config.h
index 49582fc..250579a 100644
--- a/src/windows/config.h
+++ b/src/windows/config.h
@@ -279,7 +279,7 @@
/* #undef TCMALLOC_PAGE_SIZE_SHIFT */
/* Version number of package */
-#define VERSION "2.8.90"
+#define VERSION "2.9.0"
/* 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 a75f0cd..f072a5b 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 8
-#define TC_VERSION_PATCH ".90"
-#define TC_VERSION_STRING "gperftools 2.8.90"
+#define TC_VERSION_MINOR 9
+#define TC_VERSION_PATCH ".0"
+#define TC_VERSION_STRING "gperftools 2.9.0"
#ifndef PERFTOOLS_NOTHROW