summaryrefslogtreecommitdiff
path: root/src/windows/gperftools/tcmalloc.h
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2014-05-03 17:50:11 -0700
committerAliaksey Kandratsenka <alk@tut.by>2014-05-03 18:01:12 -0700
commit846b775dfadb77901202ae7ddbac30ad1de7df01 (patch)
treea530f38c9e817e4f46e2361d058992ba890f317b /src/windows/gperftools/tcmalloc.h
parentcdf8e1e932016bd5f1737e1f10bce07226228d15 (diff)
downloadgperftools-846b775dfadb77901202ae7ddbac30ad1de7df01.tar.gz
bumped version to 2.2gperftools-2.2
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