We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f679e commit 31d179bCopy full SHA for 31d179b
CMakeLists.txt
@@ -315,7 +315,7 @@ set(VERSIONING_TAG_MATCH "v*.*.*")
315
# - scripts/amalgamation.py
316
# - scripts/package_build.py
317
######
318
-option(MAIN_BRANCH_VERSIONING "Versioning scheme for main branch" TRUE)
+option(MAIN_BRANCH_VERSIONING "Versioning scheme for main branch" FALSE)
319
if(${MAIN_BRANCH_VERSIONING})
320
set(VERSIONING_TAG_MATCH "v*.*.0")
321
endif()
0 commit comments