Skip to content

Commit

Permalink
Merge pull request #147 from fioprotocol/fiocasey-patch-1
Browse files Browse the repository at this point in the history
Update CMake and README for v2.4.0 release
  • Loading branch information
0xCasey authored Jun 15, 2021
2 parents 5fc3d7f + 035ff82 commit 5634ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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(fio.contracts)

set(VERSION_MAJOR 2)
set(VERSION_MINOR 3)
set(VERSION_PATCH 5)
#set(VERSION_SUFFIX rc3)
set(VERSION_MINOR 4)
set(VERSION_PATCH 0)
#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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fio.contracts

## Version : 2.3.5
## Version : 2.4.0

Smart contracts that provide some of the basic functions of the FIO blockchain

Expand Down

0 comments on commit 5634ce5

Please sign in to comment.