From e47da46fea0781941aacf86ece2bbe976f8a030a Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Mon, 17 Apr 2023 08:00:42 -0500 Subject: [PATCH] Bumping version to 0.3.2 (SO remains 9 - not changed) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fad50b6..9c518d78 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.1") +set(PROJECT_VERSION_FULL "0.3.2") set(PROJECT_SO_VERSION 9) # Remove the dash and anything following, to get the #.#.# version for project()