aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2026-01-05 01:23:12 +0100
committerselsta <selsta@sent.at>2026-01-05 01:23:12 +0100
commit7db5136143c9a243d419c44786db1cfc686a0fa0 (patch)
treea3caadd59670ee0e446e1bcd47d7288277a8113f /CMakeLists.txt
parent8b78bb08ed903623f450404d235b80a8962bfe29 (diff)
downloadmonzero-gui-7db5136143c9a243d419c44786db1cfc686a0fa0.tar.gz
monzero-gui-7db5136143c9a243d419c44786db1cfc686a0fa0.tar.xz
monzero-gui-7db5136143c9a243d419c44786db1cfc686a0fa0.zip
build: prepare v0.18.4.5
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 7b94e94e..cf0a7e5c 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 "4")
+set(VERSION_REVISION "5")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")