Merge pull request #3123

0b7cf4a cmake: update version (selsta)
This commit is contained in:
luigi1111 2020-10-04 17:54:22 -05:00
commit afc2e846fd
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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")