We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f49f60 + 2dec5be commit 93c6746Copy full SHA for 93c6746
src/version.cmake
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH
6
${CMAKE_SOURCE_DIR}/CMakeModules)
7
include(GetGitRevisionDescription)
8
9
-git_describe(GIT_VERSION --tags --always --match "[0-9A-Z]*.[0-9A-Z]*")
+git_describe(GIT_VERSION --tags --always --match "cdda-*")
10
11
if(EXISTS ${GIT_EXECUTABLE})
12
execute_process(COMMAND ${GIT_EXECUTABLE} -c core.safecrlf=false diff --quiet
0 commit comments