Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #9850 from EOSIO/sk/cmake-error
Browse files Browse the repository at this point in the history
Update version info to rc2 in CmakeLists.txt
  • Loading branch information
nksanthosh authored Dec 31, 2020
2 parents f5d73ba + ed73c75 commit d0e278d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set( CXX_STANDARD_REQUIRED ON)
set(VERSION_MAJOR 2)
set(VERSION_MINOR 1)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)
set(VERSION_SUFFIX rc2)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down

0 comments on commit d0e278d

Please sign in to comment.