]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Bump version to 2.1.2
authortobtoht <tob@featherwallet.org>
Tue, 20 Dec 2022 20:00:19 +0000 (21:00 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 20 Dec 2022 20:00:19 +0000 (21:00 +0100)
CMakeLists.txt

index e334e98cdcde1323381ff80b97b1943f4faf671e..7f8b3439ce7877c0b70b7e6061a0ca7573a3cea3 100644 (file)
@@ -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")