Skip to content

Commit

Permalink
Bumping version to 0.3.0, SO: 9
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Dec 1, 2022
1 parent 3ea4526 commit ba27794
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.2-dev")
set(PROJECT_SO_VERSION 8)
set(PROJECT_VERSION_FULL "0.3.0")
set(PROJECT_SO_VERSION 9)

# 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 ba27794

Please sign in to comment.