From 157166269bd093e229c1bf9be4179da4de22868b Mon Sep 17 00:00:00 2001 From: selsta Date: Mon, 9 Nov 2020 18:41:19 +0100 Subject: [PATCH] build: prepare v0.17.1.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")