Multiple sources of project's version #372
Labels
Enhancement
For suggestions or changes that enhance any part of the project and isn't a bug.
Help Wanted
For things that other people are encouraged to help with.
Milestone
Expected/Desired Behavior or Experience:
There's only a single source for what the project's version is or is supposed to be.
Actual Behavior:
There are multiple sources of the project's version:
CMakeLists.txt
.Documentation/Doxyfile
.PlayRho/Common/Version.cpp
.UnitTests/Version.cpp
.git
itself is also a source of the version via git tags.This obviously complicates versioning which in turn complicates making new releases.
The text was updated successfully, but these errors were encountered: