Skip to content

Commit

Permalink
Bumping version to 0.3.2, SO 25 (min libopenshot-audio set to range 0…
Browse files Browse the repository at this point in the history
….3.0...0.3.2)
  • Loading branch information
jonoomph committed Apr 17, 2023
1 parent 9665093 commit 0cd485a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,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.3.1")
set(PROJECT_SO_VERSION 24)
set(PROJECT_VERSION_FULL "0.3.2")
set(PROJECT_SO_VERSION 25)

# Remove the dash and anything following, to get the #.#.# version for project()
STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ target_include_directories(openshot
# Find JUCE-based openshot Audio libraries
if(NOT TARGET OpenShot::Audio)
# Only load if necessary (not for integrated builds)
find_package(OpenShotAudio 0.3.0...0.3.1 REQUIRED)
find_package(OpenShotAudio 0.3.0...0.3.2 REQUIRED)
endif()
target_link_libraries(openshot PUBLIC OpenShot::Audio)

Expand Down

0 comments on commit 0cd485a

Please sign in to comment.