Test bumping the version (for gitlab-ci deployment testing)

This commit is contained in:
Jonathan Thomas
2021-02-23 22:07:54 -06:00
parent 4f0027c75c
commit f344214c3c

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.5-dev2")
set(PROJECT_SO_VERSION 19)
set(PROJECT_VERSION_FULL "0.2.6")
set(PROJECT_SO_VERSION 20)
# Remove the dash and anything following, to get the #.#.# version for project()
STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")