Skip to content

Commit

Permalink
Merge pull request #100 from eosnetworkfoundation/ehp/GH-98-bump-3.2-…
Browse files Browse the repository at this point in the history
…to-stable

bump version 3.2.0 from rc1 to stable
  • Loading branch information
ericpassmore committed Dec 6, 2023
2 parents f58eb79 + 2224afe commit 3d474ed
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 @@ -5,7 +5,7 @@ project(eosio_contracts)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)
# set(VERSION_SUFFIX rc1)

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

0 comments on commit 3d474ed

Please sign in to comment.