]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Move to semantic versioning
authortobtoht <thotbot@protonmail.com>
Sun, 29 Aug 2021 23:58:37 +0000 (01:58 +0200)
committertobtoht <thotbot@protonmail.com>
Thu, 21 Oct 2021 17:49:44 +0000 (19:49 +0200)
CMakeLists.txt

index 602e8894bc44dc46b16a8f1d411f0ad6ae7fbc31..45010e0a423ce8f84c8995c6635edb27e4ec91a7 100644 (file)
@@ -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")