Skip to content

Commit

Permalink
Merge pull request #261 from fioprotocol/fiocasey-patch-2
Browse files Browse the repository at this point in the history
Update CMAKE to v3.0.0
  • Loading branch information
ericbutz authored Mar 15, 2021
2 parents d1c3c7e + ddd3af2 commit 92a4c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_EXTENSIONS ON)
set(CXX_STANDARD_REQUIRED ON)

set(VERSION_MAJOR 2)
set(VERSION_MAJOR 3)
set(VERSION_MINOR 0)
set(VERSION_PATCH 0)
#set(VERSION_SUFFIX develop)
Expand Down

0 comments on commit 92a4c39

Please sign in to comment.