summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alkondratenko@gmail.com>2020-03-08 20:57:01 -0700
committerAliaksey Kandratsenka <alkondratenko@gmail.com>2020-03-08 21:06:08 -0700
commitdb7aa547abb5abdd558587a15502584cbc825438 (patch)
tree6510f9c2e0c999a8d5fa9c2c71d34ce12bcb8b21 /src
parentbe3da70298bf3d25c7d64655922ab82dd819ec98 (diff)
downloadgperftools-db7aa547abb5abdd558587a15502584cbc825438.tar.gz
bumped version to 2.8rcgperftools-2.7.90
Diffstat (limited to 'src')
-rw-r--r--src/windows/config.h4
-rw-r--r--src/windows/gperftools/tcmalloc.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/windows/config.h b/src/windows/config.h
index 65ca354..7892e71 100644
--- a/src/windows/config.h
+++ b/src/windows/config.h
@@ -254,7 +254,7 @@
#define PACKAGE_NAME "gperftools"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "gperftools 2.7"
+#define PACKAGE_STRING "gperftools 2.7.90"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gperftools"
@@ -263,7 +263,7 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.7"
+#define PACKAGE_VERSION "2.7.90"
/* 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 46fb4ea..bd37063 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 7
-#define TC_VERSION_PATCH ""
-#define TC_VERSION_STRING "gperftools 2.7"
+#define TC_VERSION_PATCH ".90"
+#define TC_VERSION_STRING "gperftools 2.7.90"
#ifndef PERFTOOLS_NOTHROW