Merge pull request #728 from OpenShot/merge-master-sept-10-2021

Merge Master back into Develop (for 2.6.1 release)
This commit is contained in:
Jonathan Thomas
2021-09-10 19:28:10 -05:00
committed by GitHub

View File

@@ -40,8 +40,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.2.6-dev")
set(PROJECT_SO_VERSION 20)
set(PROJECT_VERSION_FULL "0.2.7-dev")
set(PROJECT_SO_VERSION 21)
# Remove the dash and anything following, to get the #.#.# version for project()
STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")