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 eecdf35..1140a65 100644
--- a/src/windows/gperftools/tcmalloc.h
+++ b/src/windows/gperftools/tcmalloc.h
@@ -40,9 +40,9 @@
/* Define the version number so folks can check against it */
#define TC_VERSION_MAJOR 2
-#define TC_VERSION_MINOR 4
-#define TC_VERSION_PATCH ".91"
-#define TC_VERSION_STRING "gperftools 2.4.91"
+#define TC_VERSION_MINOR 5
+#define TC_VERSION_PATCH ""
+#define TC_VERSION_STRING "gperftools 2.5"
#ifdef __cplusplus
#define PERFTOOLS_THROW throw()