Skip to content

Commit ea14afa

Browse files
committed
updated 1.1 branch to rc1
1 parent b56562c commit ea14afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set( CXX_STANDARD_REQUIRED ON)
1616
set(VERSION_MAJOR 1)
1717
set(VERSION_MINOR 1)
1818
set(VERSION_PATCH 0)
19-
set(VERSION_SUFFIX dev)
19+
set(VERSION_SUFFIX rc1)
2020

2121
if(VERSION_SUFFIX)
2222
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

0 commit comments

Comments
 (0)