Skip to content

Commit 2dec5be

Browse files
authored
Update version.cmake
# If this commit is applied, it will .... Show versions above 0.G-19098-gb374081a98 EG: cdda-0.I-2025-10-22-0304 cdda-experimental-2025-10-25-0651 cdda-0.H-2025-07-10-0402 # Explain why this change is being made # |<---- Limit Each Line to a Maximum Of 72 Characters ---->| 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. cdda-* looks to be appropriate,if the intention is to match both major and experimental releases If only major releases are intended the following should fit: cdda-[0-9].[A-Z]* # Provide links or keys to any relevant tickets, articles or other resources # Example: fixes #1234, closes #2345, resolves #3456, references #4567
1 parent b20e933 commit 2dec5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH
66
${CMAKE_SOURCE_DIR}/CMakeModules)
77
include(GetGitRevisionDescription)
88

9-
git_describe(GIT_VERSION --tags --always --match "[0-9A-Z]*.[0-9A-Z]*")
9+
git_describe(GIT_VERSION --tags --always --match "cdda-*")
1010

1111
if(EXISTS ${GIT_EXECUTABLE})
1212
execute_process(COMMAND ${GIT_EXECUTABLE} -c core.safecrlf=false diff --quiet

0 commit comments

Comments
 (0)