From 8a6e5e6a1be2bb92a0352521c1b1b809a73701a2 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Thu, 19 Oct 2023 21:55:09 +0200 Subject: bump version number to 0.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c1ed934..91f4f9b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(CMAKE_POLICY_DEFAULT_CMP0017 OR CMAKE_POLICY_DEFAULT_CMP0020) # touch these to remove warnings endif() -project(SouthRPC VERSION 0.1.0) +project(SouthRPC VERSION 0.2.0) if(NOT CMAKE_BUILD_TYPE) set(CMAKE_BUILD_TYPE "Release" CACHE STRING -- cgit v1.2.3