Version 0.6.3 was released on 11 November 2024 and although some significant code changes have been made since, CMakeLists.txt (at the HEAD of main) still has _PROJECT_VERSION set at 0.6.3, .
Shouldn't _PROJECT_VERSION be updated immediately after a release is made? With PROJECT_DEVELOPER_VERSION also being updated? And shouldn't the version now resolve to 0.7.0-rc.1??
Version
0.6.3was released on 11 November 2024 and although some significant code changes have been made since,CMakeLists.txt(at the HEAD ofmain) still has_PROJECT_VERSIONset at0.6.3, .Shouldn't
_PROJECT_VERSIONbe updated immediately after a release is made? WithPROJECT_DEVELOPER_VERSIONalso being updated? And shouldn't the version now resolve to0.7.0-rc.1??