Skip to content

Commit

Permalink
Bump version info for development
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jan 7, 2020
1 parent 12a1529 commit 5f30647
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ 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.1.8-dev1")
set(PROJECT_SO_VERSION 6)
set(HEX_VERSION_OVERRIDE "0x108") # For CMake < 3.13
set(PROJECT_VERSION_FULL "0.1.9-dev1")
set(PROJECT_SO_VERSION 7)
set(HEX_VERSION_OVERRIDE "0x109") # For CMake < 3.13

# 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 5f30647

Please sign in to comment.