From 8eb23127f262a4cae4f1ef16726bfe0f6e6b6969 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Tue, 21 Mar 2023 17:56:18 -0500 Subject: [PATCH] Bumping version to 0.3.1 (SO version remains 9) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5698c85f..6fad50b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ For more information, please visit . set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules") ################ PROJECT VERSION #################### -set(PROJECT_VERSION_FULL "0.3.0") +set(PROJECT_VERSION_FULL "0.3.1") set(PROJECT_SO_VERSION 9) # Remove the dash and anything following, to get the #.#.# version for project()