SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
720 stars 110 forks source link

Version number is not set correctly in CMakeList.txt #301

Closed oliv3r closed 4 months ago

oliv3r commented 5 years ago

While this can't be fixed for v36, this should be watched out for in v37. Maybe set it to v37 to prepare for the next version ;) https://github.com/SimonKagstrom/kcov/blob/master/CMakeLists.txt#L4

SimonKagstrom commented 5 years ago

Hehe, I had forgot about that one! Surprised it's at v35 and not v14 or something :-)

If it's really needed, I think it would be good to automate this instead, i.e., in the same way as --version is handled:

https://github.com/SimonKagstrom/kcov/blob/master/src/CMakeLists.txt#L43