Version mismatch between CMakeLists.txt and expected.hpp header
9prady9 opened this issue · 2 comments
9prady9 commented
This is causing issue while using the project using CMake workflow like CPMFindPackage
etc. where the config file reports version 1.0.0 while the actual version is 1.0.1 in the header.
9prady9 commented
@TartanLlama Thanks for the quick fix. Do you plan on doing patch release 1.1.1 or should I just use the master commit sha ?
9prady9 commented
Also, Shouldn't the minor version be increased and not the patch version number in CMake ?