Skip to content

Commit 45023d8

Browse files
authored
Merge pull request #420 from VaultaFoundation/kayan_2.0_to_main_verbump
[2.0->main] version bump v2.0.0
2 parents 9473ed2 + 2532e44 commit 45023d8

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
@@ -21,7 +21,7 @@ include(cmake/conan.cmake)
2121
set(VERSION_MAJOR 2)
2222
set(VERSION_MINOR 0)
2323
set(VERSION_PATCH 0)
24-
set(VERSION_SUFFIX rc2)
24+
#set(VERSION_SUFFIX rc2)
2525

2626
if(VERSION_SUFFIX)
2727
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

0 commit comments

Comments
 (0)