Skip to content

Commit

Permalink
Merge pull request #187 from fioprotocol/fiocasey/cmake
Browse files Browse the repository at this point in the history
Update CMAKE to verison v2.5.0
  • Loading branch information
ericbutz authored Sep 29, 2021
2 parents 25e3be6 + 523dff2 commit bf17af3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
project(fio.contracts)

set(VERSION_MAJOR 2)
set(VERSION_MINOR 4)
set(VERSION_MINOR 5)
set(VERSION_PATCH 0)
#set(VERSION_SUFFIX rc1)

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.4.0
## Version : 2.5.0

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

Expand Down

0 comments on commit bf17af3

Please sign in to comment.