Skip to content

Commit 31d179b

Browse files
committed
Change default branch setting
1 parent f7f679e commit 31d179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ set(VERSIONING_TAG_MATCH "v*.*.*")
315315
# - scripts/amalgamation.py
316316
# - scripts/package_build.py
317317
######
318-
option(MAIN_BRANCH_VERSIONING "Versioning scheme for main branch" TRUE)
318+
option(MAIN_BRANCH_VERSIONING "Versioning scheme for main branch" FALSE)
319319
if(${MAIN_BRANCH_VERSIONING})
320320
set(VERSIONING_TAG_MATCH "v*.*.0")
321321
endif()

0 commit comments

Comments
 (0)