aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2023-09-30 23:33:02 +0200
committerselsta <selsta@sent.at>2023-09-30 23:43:41 +0200
commitf5cb2443d1e2cb21d8b4141de41d7e5b83912c42 (patch)
treeb1bc1645b6cc22937924a4e146c3d32f27ce5836 /CMakeLists.txt
parent12a0966eb926310db504b41ced480ca678aaa649 (diff)
downloadmonzero-gui-f5cb2443d1e2cb21d8b4141de41d7e5b83912c42.tar.gz
monzero-gui-f5cb2443d1e2cb21d8b4141de41d7e5b83912c42.tar.xz
monzero-gui-f5cb2443d1e2cb21d8b4141de41d7e5b83912c42.zip
build: prepare v0.18.3.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 f6e726c8..319fe5dc 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 "2")
-set(VERSION_REVISION "2")
+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")