Skip to content

Commit a0c1442

Browse files
authored
Merge pull request #222 from eosnetworkfoundation/elmato/bump_1_0_0-rc2
Bump 1.0.0-rc2 version
2 parents bef8d8d + b9d83a3 commit a0c1442

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