aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2023-10-19 21:55:09 +0200
committerJan200101 <sentrycraft123@gmail.com>2023-10-19 21:55:09 +0200
commit8a6e5e6a1be2bb92a0352521c1b1b809a73701a2 (patch)
treebd6bd29e11f30eb1341f1a86bff9cafd4ed57e24
parent2dace4e0e57df5506a31687b44a48fa94c9f9071 (diff)
downloadSouthRPC-8a6e5e6a1be2bb92a0352521c1b1b809a73701a2.tar.gz
SouthRPC-8a6e5e6a1be2bb92a0352521c1b1b809a73701a2.zip
bump version number to 0.2.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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