build: prepare v0.17.3.0

This commit is contained in:
selsta
2021-11-30 23:22:39 +01:00
parent c72729fa5d
commit fa35410851
3 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@ project(monero-gui)
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "17")
set(VERSION_MINOR "2")
set(VERSION_REVISION "3")
set(VERSION_MINOR "3")
set(VERSION_REVISION "0")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")