aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2025-08-24 19:31:12 +0200
committerselsta <selsta@sent.at>2025-08-24 19:31:12 +0200
commit16da754c79fa57617d73980f3fff61a2c3e57b5a (patch)
treed66fbcd1c0478d63769f660207904514d9fad3da /CMakeLists.txt
parent346d962837313f9ecd849a5c25ab6784ab4154b2 (diff)
downloadmonzero-gui-16da754c79fa57617d73980f3fff61a2c3e57b5a.tar.gz
monzero-gui-16da754c79fa57617d73980f3fff61a2c3e57b5a.tar.xz
monzero-gui-16da754c79fa57617d73980f3fff61a2c3e57b5a.zip
build: prepare v0.18.4.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 e0d40cff..05759d17 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 "4")
-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")