Skip to content

Commit

Permalink
Merge pull request #142 from eosnetworkfoundation/3-5-version-bump
Browse files Browse the repository at this point in the history
Bump main version to 3.5 dev
  • Loading branch information
nsjames authored May 16, 2024
2 parents c0ef0d2 + 84be05c commit f0836c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.5)
project(eosio_contracts)

set(VERSION_MAJOR 3)
set(VERSION_MINOR 4)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc1)
set(VERSION_SUFFIX dev)

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

0 comments on commit f0836c9

Please sign in to comment.