aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-11-09 18:41:19 +0100
committerselsta <selsta@sent.at>2020-11-09 18:41:19 +0100
commit157166269bd093e229c1bf9be4179da4de22868b (patch)
tree1e22c006b4cedca8ae2019c93d3a9ad747120dd6
parent158e0c3523470d629660ee4642ad3f431cea4552 (diff)
downloadmonzero-gui-157166269bd093e229c1bf9be4179da4de22868b.tar.gz
monzero-gui-157166269bd093e229c1bf9be4179da4de22868b.tar.xz
monzero-gui-157166269bd093e229c1bf9be4179da4de22868b.zip
build: prepare v0.17.1.4
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ef6cbf1..c4c300bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "17")
set(VERSION_MINOR "1")
-set(VERSION_REVISION "3")
+set(VERSION_REVISION "4")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")