From: tobtoht Date: Mon, 30 Aug 2021 00:01:07 +0000 (+0200) Subject: Bump version to 1.0.0 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=0cdc7e57f28a6055cce2868449b4e3fea6c45526;p=gamesguru%2Ffeather.git Bump version to 1.0.0 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b5d465b9..602e8894 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ project(feather) message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}") -set(VERSION_MAJOR "0") -set(VERSION_MINOR "1") +set(VERSION_MAJOR "1") +set(VERSION_MINOR "0") set(VERSION_REVISION "0") set(VERSION "beta-9")