Skip to content

Commit

Permalink
Merge pull request #162 from OpenShot/release-20241221
Browse files Browse the repository at this point in the history
WIP: Release 0.4.0 for libopenshot-audio (for OpenShot 3.3.0)
  • Loading branch information
jonoomph authored Dec 22, 2024
2 parents 6169091 + 6c4ada0 commit 8d9fd63
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.3.3")
set(PROJECT_SO_VERSION 9)
set(PROJECT_VERSION_FULL "0.4.0")
set(PROJECT_SO_VERSION 10)

#### Set C++ standard level
set(CMAKE_CXX_STANDARD 17)
Expand Down

0 comments on commit 8d9fd63

Please sign in to comment.