summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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