Skip to content

Commit

Permalink
Merge pull request #3123
Browse files Browse the repository at this point in the history
0b7cf4a cmake: update version (selsta)
  • Loading branch information
luigi1111 committed Oct 4, 2020
2 parents c601313 + 0b7cf4a commit afc2e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ project(monero-gui)

message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "16")
set(VERSION_MAJOR "17")
set(VERSION_MINOR "0")
set(VERSION_REVISION "3")
set(VERSION_REVISION "1")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

option(STATIC "Link libraries statically, requires static Qt")
Expand Down

0 comments on commit afc2e84

Please sign in to comment.