From: tobtoht Date: Tue, 20 Dec 2022 20:00:19 +0000 (+0100) Subject: Bump version to 2.1.2 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=2a7acddfaa765052b14cb37d0e8f088888c93fb3;p=gamesguru%2Ffeather.git Bump version to 2.1.2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e334e98c..7f8b3439 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON) set(VERSION_MAJOR "2") set(VERSION_MINOR "1") -set(VERSION_REVISION "0") +set(VERSION_REVISION "2") set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt")