summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tcmalloc/config.h')
-rw-r--r--third_party/tcmalloc/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/tcmalloc/config.h b/third_party/tcmalloc/config.h
index d24d37a..6155a86 100644
--- a/third_party/tcmalloc/config.h
+++ b/third_party/tcmalloc/config.h
@@ -6,6 +6,11 @@
#include "build/build_config.h"
+#define TC_VERSION_MAJOR 1
+#define TC_VERSION_MINOR 4
+#define TC_VERSION_PATCH ""
+#define TC_VERSION_STRING "google-perftools 1.4"
+
#if defined(OS_WIN)
#include "third_party/tcmalloc/config_win.h"
#elif defined(OS_LINUX)