Bumping version to 0.7.0, SO 30 (minimum libopenshot-audio has not changed)

This commit is contained in:
Jonathan Thomas
2026-04-02 18:34:37 -05:00
parent 6152b2a924
commit b9b5c882c1
+2 -2
View File
@@ -24,8 +24,8 @@ For more information, please visit <http://www.openshot.org/>.
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
################ PROJECT VERSION ####################
set(PROJECT_VERSION_FULL "0.6.0")
set(PROJECT_SO_VERSION 29)
set(PROJECT_VERSION_FULL "0.7.0")
set(PROJECT_SO_VERSION 30)
# Remove the dash and anything following, to get the #.#.# version for project()
STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")