From: tobtoht Date: Sun, 29 Aug 2021 23:58:37 +0000 (+0200) Subject: Move to semantic versioning X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=466909ecea07b881060d0bf2c82ab86fb6578834;p=gamesguru%2Ffeather.git Move to semantic versioning --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 602e8894..45010e0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") set(VERSION_MAJOR "1") set(VERSION_MINOR "0") set(VERSION_REVISION "0") -set(VERSION "beta-9") +set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}") option(STATIC "Link libraries statically, requires static Qt")