cmake: prepare v0.17.2.1

This commit is contained in:
selsta 2021-04-13 16:15:24 +02:00
parent 816eeb4647
commit 142c6bc19f
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -5,7 +5,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
set(VERSION_MAJOR "17")
set(VERSION_MINOR "2")
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")