summaryrefslogtreecommitdiff
path: root/src/windows/gperftools/tcmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/gperftools/tcmalloc.h')
-rw-r--r--src/windows/gperftools/tcmalloc.h6
1 files changed, 3 insertions, 3 deletions
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