From 73b009d38f678ca77a1b1564e1f2492b8ff1fed7 Mon Sep 17 00:00:00 2001 From: Jackson Date: Thu, 19 Aug 2021 15:40:39 -0500 Subject: [PATCH] Update Version to 0.2.6 SO 20 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fd0cb151..a36eed24f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,8 +40,8 @@ For more information, please visit . set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules") ################ PROJECT VERSION #################### -set(PROJECT_VERSION_FULL "0.2.5-dev3") -set(PROJECT_SO_VERSION 19) +set(PROJECT_VERSION_FULL "0.2.6") +set(PROJECT_SO_VERSION 20) # Remove the dash and anything following, to get the #.#.# version for project() STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")