From 27fa70e2ed47e8f43681aada9758967edec679e6 Mon Sep 17 00:00:00 2001 From: thaipandada Date: Tue, 7 May 2019 13:14:26 +0800 Subject: [PATCH] perpare v3.0.0 --- CMakeLists.txt | 8 ++++---- README.md | 6 +++--- tests/CMakeLists.txt | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5757d23e9..f47d40a68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,9 +3,9 @@ cmake_minimum_required(VERSION 3.5) project(eosio_contracts) -set(VERSION_MAJOR 2) +set(VERSION_MAJOR 3) set(VERSION_MINOR 0) -set(VERSION_PATCH 3) +set(VERSION_PATCH 0) #set(VERSION_SUFFIX rc3) if (VERSION_SUFFIX) @@ -20,8 +20,8 @@ find_package(eosio.cdt) message(STATUS "Building eosio.contracts v${VERSION_FULL}") -set(EOSIO_CDT_VERSION_MIN "2.0") -set(EOSIO_CDT_VERSION_SOFT_MAX "2.0") +set(EOSIO_CDT_VERSION_MIN "3.0") +set(EOSIO_CDT_VERSION_SOFT_MAX "3.0") #set(EOSIO_CDT_VERSION_HARD_MAX "") ### Check the version of eosio.cdt diff --git a/README.md b/README.md index a18b86766..a6cda1871 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # bos.contracts -## BOSCore Version : v2.0.3 +## BOSCore Version : v3.0.0 ### EOSIO Contracts Version: v1.6.0 The design of the EOSIO blockchain calls for a number of smart contracts that are run at a privileged permission level in order to support functions such as block producer registration and voting, token staking for CPU and network bandwidth, RAM purchasing, multi-sig, etc. These smart contracts are referred to as the system, token, msig and wrap (formerly known as sudo) contracts. @@ -17,8 +17,8 @@ The following unprivileged contract(s) are also part of the system. Dependencies: -* [bos v2.0.x](https://github.com/boscore/bos/releases/tag/v2.0.3) -* [bos.cdt v2.0.x](https://github.com/boscore/bos.cdt/releases/tag/v2.0.2) +* [bos v3.0.x](https://github.com/boscore/bos/releases) +* [bos.cdt v3.0.x](https://github.com/boscore/bos.cdt/releases) The ibc contracts had moved to a independent repository [ibc_contracts](https://github.com/boscore/ibc_contracts). diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ea73727ed..98e1845d0 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,8 +1,8 @@ cmake_minimum_required( VERSION 3.5 ) -set(EOSIO_VERSION_MIN "2.0") -set(EOSIO_VERSION_SOFT_MAX "2.0") +set(EOSIO_VERSION_MIN "3.0") +set(EOSIO_VERSION_SOFT_MAX "3.0") #set(EOSIO_VERSION_HARD_MAX "")