Update version.cmake to show versions above 0.G-19098-gb374081a98 #83474
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If this commit is applied, it will ....
Show versions above
0.G-19098-gb374081a98EX:
cdda-0.I-2025-10-22-0304cdda-experimental-2025-10-25-0651cdda-0.H-2025-07-10-0402Explain why this change is being made
Summary
None
Purpose of change
Version naming format looks to have changed pinning versions
presented on the main screen to
0.G-19098-gb374081a98,as it was the last matching tag.
cmake:
Describe the solution
Updated the blob to look for tag starting with cdda-, this looks to be the new naming format.
Correct me if I have misunderstood this.
Describe alternatives you've considered
cdda-*looks to be appropriate,if the intention is to match both major and experimental releasesIf only major releases are intended the following should fit:
cdda-[0-9].[A-Z]*Testing
Ran the above cmake before and after changes on branches
0.H-branchand0.I-branchVersion was seen to update from
0.G-19098-gb374081a98, to the appropriate version.Additional context
0.I pre change
0.I post change dirty
0.I post change cherrypicked