]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Bump version to v2.0.0
authortobtoht <thotbot@protonmail.com>
Sat, 2 Jul 2022 19:54:54 +0000 (21:54 +0200)
committertobtoht <thotbot@protonmail.com>
Sat, 2 Jul 2022 19:54:54 +0000 (21:54 +0200)
CMakeLists.txt

index e17678ac871b075188857e96e4601eb2902e9172..e5b0dfa646f335465cc605be0d9cb09f2e71826d 100644 (file)
@@ -6,9 +6,9 @@ message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
 set(CMAKE_CXX_STANDARD 17)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
-set(VERSION_MAJOR "1")
+set(VERSION_MAJOR "2")
 set(VERSION_MINOR "0")
-set(VERSION_REVISION "1")
+set(VERSION_REVISION "0")
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
 
 option(STATIC "Link libraries statically, requires static Qt")