-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set main version to 2.13.99 #5818
Conversation
hmm .. there are more versions to change. See c23521a |
btw there is a strange CPPCHECK_DEVMINOR_VERSION handling in version.h it would be good to tweak this handling. |
Can't we merge that commit into main then? |
That does not help you have to also tweak all the versions from release-version to debug-version then.. |
I would suggest that we rename CPPCHECK_DEVMINOR_VERSION to CPPCHECK_BUGFIX_VERSION. It can always be "99" for dev builds. When I make a release branch I think it would make sense that I increment the MINOR_VERSION and zero the BUGFIX_VERSION. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.