Skip to content

Commit

Permalink
Merge pull request #3382
Browse files Browse the repository at this point in the history
ddec66b build: prepare v0.17.2.0 (selsta)
  • Loading branch information
luigi1111 committed Apr 9, 2021
2 parents d5b4f43 + ddec66b commit 816eeb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project(monero-gui)
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")

set(VERSION_MAJOR "17")
set(VERSION_MINOR "1")
set(VERSION_REVISION "9")
set(VERSION_MINOR "2")
set(VERSION_REVISION "0")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")

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

0 comments on commit 816eeb4

Please sign in to comment.