Replies: 2 comments
|
By the way, while For consistency, it would be better to unify this behaviour, but I’m not sure which one is better. |
0 replies
|
I think For the version information, I think it is OK as it is. The first part We could indeed add |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As the release of version 5.0.0 is a major release that allows breaking changes, it is worth revisiting an old question. See also #213, #263.
The current version number format in the output is (assuming a normal build):
For version 5.0.0, it will be:
Including both
5.0.0andv5.0.0may seem redundant.For example, could this be simplified to the following?
The prefix
vmay also be removed.Or could such changes potentially break scripts used by some users?
By the way, a non-standard build (without Git repository), as seen in Ubuntu 25.04/25.10, leads to:
The seemingly redundant current format can help distinguish these builds.
Another thing is: do we still avoid introducing a patch-level
SUBSUBVERSION_preprocessor variable?Having said that, we can simply release it as it is.
All reactions