From f344214c3cf5ef360381a126e0a8de7aaec71f0f Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Tue, 23 Feb 2021 22:07:54 -0600 Subject: [PATCH] Test bumping the version (for gitlab-ci deployment testing) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff71dde7..4b8947f5 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-dev2") -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}")