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 3bccc72..87de266 100644
--- a/src/windows/gperftools/tcmalloc.h
+++ b/src/windows/gperftools/tcmalloc.h
@@ -50,9 +50,9 @@
// Define the version number so folks can check against it
#define TC_VERSION_MAJOR 2
-#define TC_VERSION_MINOR 1
-#define TC_VERSION_PATCH ".90"
-#define TC_VERSION_STRING "gperftools 2.1.90"
+#define TC_VERSION_MINOR 2
+#define TC_VERSION_PATCH ""
+#define TC_VERSION_STRING "gperftools 2.2"
#include <stdlib.h> // for struct mallinfo, if it's defined