What steps will reproduce the problem?
1. Run configure
2. View the generated files src/gperftools/tcmalloc.h and
src/windows/gperftools/tcmalloc.h
3. See the following in each file:
// Define the version number so folks can check against it
#define TC_VERSION_MAJOR 2
#define TC_VERSION_MINOR 3
#define TC_VERSION_PATCH ""
#define TC_VERSION_STRING "gperftools 2.3"
What is the expected output? What do you see instead?
// Define the version number so folks can check against it
#define TC_VERSION_MAJOR 2
#define TC_VERSION_MINOR 4
#define TC_VERSION_PATCH ""
#define TC_VERSION_STRING "gperftools 2.4"
What version of the product are you using? 2.4 On what operating system? Centos5
Please provide any additional information below.
Original issue reported on code.google.com by Willia...@gmail.com on 1 May 2015 at 10:12
Original issue reported on code.google.com by
Willia...@gmail.comon 1 May 2015 at 10:12