aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2025-03-29 15:03:40 +0100
committerselsta <selsta@sent.at>2025-03-29 15:07:23 +0100
commit3ae3261315a676f17a5720d44ba6602799f862c2 (patch)
tree505460f2ef7b2fa78a45cddd2ecbbfeb40d416e0 /CMakeLists.txt
parent47f0047c9f7ec991abfabc89d4f1435a28bbedfc (diff)
downloadmonzero-gui-3ae3261315a676f17a5720d44ba6602799f862c2.tar.gz
monzero-gui-3ae3261315a676f17a5720d44ba6602799f862c2.tar.xz
monzero-gui-3ae3261315a676f17a5720d44ba6602799f862c2.zip
build: prepare v0.18.4.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d38fb377..892859a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,8 +4,8 @@ project(monero-gui)
message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "18")
-set(VERSION_MINOR "3")
-set(VERSION_REVISION "4")
+set(VERSION_MINOR "4")
+set(VERSION_REVISION "0")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")