diff --git a/CMakeLists.txt b/CMakeLists.txt index b2ae3413..edb0c6a7 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 "2") -set(VERSION_REVISION "1") +set(VERSION_REVISION "2") set(VERSION "0.${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt")