summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 23:18:57 -0800
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2021-02-14 23:18:57 -0800
commit96ba58e19b7b93fcf1db6a0551c9510296ce26da (patch)
treed8d808c761202a9ff270a0a861bed04c2c5c299a /src
parent9ce32aefa9c66698817be50e141c5a39fe3823c8 (diff)
downloadgperftools-96ba58e19b7b93fcf1db6a0551c9510296ce26da.tar.gz
bump version to 2.9rcgperftools-2.8.90
Diffstat (limited to 'src')
-rw-r--r--src/windows/config.h2
-rw-r--r--src/windows/gperftools/tcmalloc.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/config.h b/src/windows/config.h
index a4cd2e6..49582fc 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.7"
+#define VERSION "2.8.90"
/* 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 07f826e..a75f0cd 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 8
-#define TC_VERSION_PATCH ".1"
-#define TC_VERSION_STRING "gperftools 2.8.1"
+#define TC_VERSION_PATCH ".90"
+#define TC_VERSION_STRING "gperftools 2.8.90"
#ifndef PERFTOOLS_NOTHROW