Skip to content

Commit

Permalink
Merge pull request #721 from OpenShot/merge-master-0.2.6
Browse files Browse the repository at this point in the history
Merge master 0.2.6 into develop
  • Loading branch information
JacksonRG committed Aug 25, 2021
2 parents d246964 + 569b591 commit fc05893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -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-dev3")
set(PROJECT_SO_VERSION 19)
set(PROJECT_VERSION_FULL "0.2.6-dev")
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}")
Expand Down

0 comments on commit fc05893

Please sign in to comment.