summaryrefslogtreecommitdiff
path: root/src/windows/gperftools/tcmalloc.h
diff options
context:
space:
mode:
authorAliaksey Kandratsenka <alk@tut.by>2014-06-21 15:45:44 -0700
committerAliaksey Kandratsenka <alk@tut.by>2014-06-21 15:52:34 -0700
commit2e90b6fd72fec33aedf547d1977bdee6b77645b9 (patch)
tree01a595626f75d992cce7e285e46762989f7cb069 /src/windows/gperftools/tcmalloc.h
parent577b940cc0a0ef207115d071a81127f93f02c083 (diff)
downloadgperftools-2e90b6fd72fec33aedf547d1977bdee6b77645b9.tar.gz
bumped version to 2.2.1gperftools-2.2.1
Diffstat (limited to 'src/windows/gperftools/tcmalloc.h')
-rw-r--r--src/windows/gperftools/tcmalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/gperftools/tcmalloc.h b/src/windows/gperftools/tcmalloc.h
index 87de266..7d9910d 100644
--- a/src/windows/gperftools/tcmalloc.h
+++ b/src/windows/gperftools/tcmalloc.h
@@ -51,8 +51,8 @@
// Define the version number so folks can check against it
#define TC_VERSION_MAJOR 2
#define TC_VERSION_MINOR 2
-#define TC_VERSION_PATCH ""
-#define TC_VERSION_STRING "gperftools 2.2"
+#define TC_VERSION_PATCH ".1"
+#define TC_VERSION_STRING "gperftools 2.2.1"
#include <stdlib.h> // for struct mallinfo, if it's defined