Skip to content

Commit

Permalink
Updated version to 0.2.1 SO 8
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonRG committed Aug 19, 2021
1 parent c31fac5 commit 6a84f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ For more information, please visit <http://www.openshot.org/>.
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/Modules")

################ PROJECT VERSION ####################
set(PROJECT_VERSION_FULL "0.2.0-dev5")
set(PROJECT_SO_VERSION 7)
set(PROJECT_VERSION_FULL "0.2.1")
set(PROJECT_SO_VERSION 8)

# 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 6a84f7e

Please sign in to comment.