repo: prepare v0.17.1.1

This commit is contained in:
selsta
2020-10-18 18:01:44 +02:00
parent cb1f3ad0ce
commit 954c972530
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "17")
set(VERSION_MINOR "1")
set(VERSION_REVISION "0")
set(VERSION_REVISION "1")
set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
option(STATIC "Link libraries statically, requires static Qt")