Skip to content

Commit

Permalink
Merge pull request #240 from AntelopeIO/bump-version-4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas1185 authored Oct 6, 2023
2 parents e8d0a5f + e91f4a3 commit bbf155a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ project(cdt)

set(VERSION_MAJOR 4)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
set(VERSION_SUFFIX "")
set(VERSION_PATCH 1)
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 tests/integration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 3.5 )

set(EOSIO_VERSION_MIN "3.1")
set(EOSIO_VERSION_SOFT_MAX "4.0")
set(EOSIO_VERSION_SOFT_MAX "5.0")
#set(EOSIO_VERSION_HARD_MAX "")

find_package(leap)
Expand Down

0 comments on commit bbf155a

Please sign in to comment.