Skip to content

Commit

Permalink
revert main to 3.6-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed Jul 2, 2024
1 parent 73857a5 commit afa771a
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 5)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX rc2)
set(VERSION_SUFFIX dev)

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

0 comments on commit afa771a

Please sign in to comment.