Skip to content

Commit f2a9b82

Browse files
authored
Merge pull request #162 from eosnetworkfoundation/official-3.6.0
[3.6] Official Release of EOS System Contracts v3.6.0
2 parents d7c3a6d + c9008ee commit f2a9b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(eosio_contracts)
55
set(VERSION_MAJOR 3)
66
set(VERSION_MINOR 6)
77
set(VERSION_PATCH 0)
8-
set(VERSION_SUFFIX rc2)
8+
# set(VERSION_SUFFIX "")
99

1010
if(VERSION_SUFFIX)
1111
set(VERSION_FULL "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}-${VERSION_SUFFIX}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The build guide below will assume you are running Ubuntu 22.04. However, as ment
4545

4646
### Build or install CDT dependency
4747

48-
The CDT dependency is required. This release of the system contracts requires at least version 4.1 of CDT.
48+
The CDT dependency is required. This release of the system contracts requires at least version 4.1.0 of CDT, and nodeos version Spring v1.0.0 or later.
4949

5050
The easiest way to satisfy this dependency is to install CDT on your system through a package. Find the release of a compatible version of CDT from its [releases page](https://github.com/AntelopeIO/cdt/releases), download the package file appropriate for your OS from the attached assets, and install the package.
5151

0 commit comments

Comments
 (0)