Skip to content

Commit

Permalink
Update Version to 0.2.6 SO 20
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonRG committed Aug 19, 2021
1 parent d246964 commit 73b009d
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")
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 73b009d

Please sign in to comment.