Skip to content

Commit 621eb57

Browse files
committed
Bump version to 0.4.0 (SO: 27) for release of OpenShot 3.3
1 parent 1107e9f commit 621eb57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.3")
28-
set(PROJECT_SO_VERSION 26)
27+
set(PROJECT_VERSION_FULL "0.4.0")
28+
set(PROJECT_SO_VERSION 27)
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

Lines changed: 1 addition & 1 deletion
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.3 REQUIRED)
179+
find_package(OpenShotAudio 0.4.0 REQUIRED)
180180
endif()
181181
target_link_libraries(openshot PUBLIC OpenShot::Audio)
182182

0 commit comments

Comments
 (0)