Skip to content

Commit

Permalink
Merge pull request #217 from eosnetworkfoundation/elmato/bump_1_0_0-rc1
Browse files Browse the repository at this point in the history
[1.0] Bump 1.0.0-rc1 version
  • Loading branch information
elmato committed May 14, 2024
2 parents 0675fbb + a1730b9 commit f2e69cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ project(eos-evm-node)

include(cmake/conan.cmake)

set(VERSION_MAJOR 0)
set(VERSION_MINOR 7)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
#set(VERSION_SUFFIX rc2)
set(VERSION_SUFFIX rc1)

if(VERSION_SUFFIX)
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")
Expand Down
2 changes: 1 addition & 1 deletion external/silkworm
Submodule silkworm updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit f2e69cf

Please sign in to comment.