From 7a9c4e075fe2572307cddd11bc2f5c7d6b3d29ee Mon Sep 17 00:00:00 2001 From: "alkondratenko@gmail.com" Date: Fri, 26 Jul 2013 19:36:08 +0000 Subject: issue-556: update windows PACKAGE_{VERSION,STRING} git-svn-id: http://gperftools.googlecode.com/svn/trunk@232 6b5cf1ce-ec42-a296-1ba9-69fdba395a50 --- src/windows/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/windows/config.h b/src/windows/config.h index 9d61884..480c0ec 100644 --- a/src/windows/config.h +++ b/src/windows/config.h @@ -222,7 +222,7 @@ #define PACKAGE_NAME "gperftools" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gperftools 2.0" +#define PACKAGE_STRING "gperftools 2.0.99" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gperftools" @@ -231,7 +231,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "2.0" +#define PACKAGE_VERSION "2.0.99" /* How to access the PC from a struct ucontext */ #undef PC_FROM_UCONTEXT -- cgit v1.2.1