From 0b018e347c7973e4253e29ec41394f3dfa87df4d Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Thu, 12 Jun 2025 16:56:24 -0500 Subject: [PATCH] Bumping verison to 0.5.0, SO 10 (no major changes, but bumping version to match libopenshot) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index baefd119..f5eba269 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.4.0") +set(PROJECT_VERSION_FULL "0.5.0") set(PROJECT_SO_VERSION 10) #### Set C++ standard level