From 73b009d38f678ca77a1b1564e1f2492b8ff1fed7 Mon Sep 17 00:00:00 2001 From: Jackson Date: Thu, 19 Aug 2021 15:40:39 -0500 Subject: [PATCH 1/2] 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}") From 569b5918d0a29afd767ab30a7b9ccee01afb8811 Mon Sep 17 00:00:00 2001 From: Jackson Date: Wed, 25 Aug 2021 11:34:52 -0500 Subject: [PATCH 2/2] Merge master 0.2.6 into develop --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a36eed24f..ebd98c7cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ For more information, please visit . set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules") ################ PROJECT VERSION #################### -set(PROJECT_VERSION_FULL "0.2.6") +set(PROJECT_VERSION_FULL "0.2.6-dev") set(PROJECT_SO_VERSION 20) # Remove the dash and anything following, to get the #.#.# version for project()