jimmie316 / gperftools

Automatically exported from code.google.com/p/gperftools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

src/gperftools/tcmalloc.h and src/windows/gperftools/tcmalloc.h report v2.3 #685

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Thanks for spotting it.

Do you think I should do 2.4.1 with fixed defines soonish. Or waiting for 2.5 
is going to be ok for you ?

Original comment by alkondratenko on 3 May 2015 at 7:21

GoogleCodeExporter commented 9 years ago
I would wait for v2.5

Original comment by Willia...@gmail.com on 3 May 2015 at 8:07