1
mirror of https://github.com/monero-project/monero-gui synced 2024-10-04 11:37:50 +02:00

cmake: update version

This commit is contained in:
selsta 2020-09-30 02:52:10 +02:00
parent 28ee4164cd
commit 0b7cf4a544
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E

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