Skip to content

Commit 044bb22

Browse files
authored
Merge pull request #968 from OpenShot/release-20240619
WIP Release PR for version 0.3.3
2 parents 9424cc0 + 3170768 commit 044bb22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ For more information, please visit <http://www.openshot.org/>.
2424
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/Modules")
2525

2626
################ PROJECT VERSION ####################
27-
set(PROJECT_VERSION_FULL "0.3.2")
28-
set(PROJECT_SO_VERSION 25)
27+
set(PROJECT_VERSION_FULL "0.3.3")
28+
set(PROJECT_SO_VERSION 26)
2929

3030
# Remove the dash and anything following, to get the #.#.# version for project()
3131
STRING(REGEX REPLACE "\-.*$" "" VERSION_NUM "${PROJECT_VERSION_FULL}")

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ target_include_directories(openshot
176176
# Find JUCE-based openshot Audio libraries
177177
if(NOT TARGET OpenShot::Audio)
178178
# Only load if necessary (not for integrated builds)
179-
find_package(OpenShotAudio 0.3.0...0.3.2 REQUIRED)
179+
find_package(OpenShotAudio 0.3.0...0.3.3 REQUIRED)
180180
endif()
181181
target_link_libraries(openshot PUBLIC OpenShot::Audio)
182182

0 commit comments

Comments
 (0)