aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2022-09-28 01:15:03 +0200
committerselsta <selsta@sent.at>2022-09-28 01:15:03 +0200
commitdf9b35e947552b385f7c21b4c61d41a955a2228a (patch)
tree47a4059bdd4b40a18f34412db705c5b08bf83940 /CMakeLists.txt
parent57fefba3864502a48095df4b34fc38df06fcca4d (diff)
downloadmonzero-gui-df9b35e947552b385f7c21b4c61d41a955a2228a.tar.gz
monzero-gui-df9b35e947552b385f7c21b4c61d41a955a2228a.tar.xz
monzero-gui-df9b35e947552b385f7c21b4c61d41a955a2228a.zip
build: prepare v0.18.1.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 32593ac4..ea643c09 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "18")
set(VERSION_MINOR "1")
-set(VERSION_REVISION "1")
+set(VERSION_REVISION "2")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")