Version Numbers #945
bensuffolk
started this conversation in
General
Replies: 4 comments 2 replies
|
Because -rcxx doesn't mean anything anymore at this point, an plain number works as well. |
0 replies
|
That’s fair enough, just wanted to check this is a permanent change before I update my software that connects with it as it’s currently not functioning with the new format. |
1 reply
|
It’s fine, just not how my code parses version strings that’s all. I get it’s good to be out of release candidate mode, it’s been a while and like you say it starts to get meaningless. do we have a roadmap for what the features we are aiming for with a change to build numbers? I.e what’s the target to get to 0.7.1 |
0 replies
|
Where are these versions such as 0.7.0.1 that you mentioned? |
1 reply
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.
I noticed that we have gone from Major.Minor.Patch[-rcN] e.g. 0.7.0-rc13 to Major.Minor.Build.Revision e.g. 0.7.0.1
I'm wondering why did we make that change?
All reactions