Changes between Initial Version and Version 1 of Ticket #658, comment 3
- Timestamp:
- 10/29/21 07:55:30 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #658, comment 3
initial v1 11 11 12 12 Another issue is the project versioning. Unfortunately, the "standard" way of adding a `VERSION` attribute to the `project()` call is not flexible enough as we also add the hg revision hash (and the number of the changesets since the last tagged version) for the development versions. 13 In fact, itthis standard versioning scheme is so limiting that even CMAKE uses a custom scheme for its own versioning, see e.g. Brad King's comment here: https://gitlab.kitware.com/cmake/cmake/-/issues/16716#note_59085413 In fact, this standard versioning scheme is so limiting that even CMAKE uses a custom scheme for its own versioning, see e.g. Brad King's comment here: https://gitlab.kitware.com/cmake/cmake/-/issues/16716#note_590854