From 0cdc7e57f28a6055cce2868449b4e3fea6c45526 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Mon, 30 Aug 2021 02:01:07 +0200 Subject: [PATCH] Bump version to 1.0.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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") -- 2.52.0