Skip to content

Commit

Permalink
Merge pull request #277 from eosnetworkfoundation/elmato/merge-bump_1…
Browse files Browse the repository at this point in the history
…_0_0-to-main

[1.0 -> main] Bump 1.0.0 version
  • Loading branch information
elmato committed Aug 15, 2024
2 parents 049d0e1 + 4f739a7 commit b732367
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 @@ -21,7 +21,7 @@ include(cmake/conan.cmake)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc4)
#set(VERSION_SUFFIX rc4)

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

0 comments on commit b732367

Please sign in to comment.