Skip to content

Commit

Permalink
Merge pull request #160 from OpenShot/release-20240619
Browse files Browse the repository at this point in the history
WIP Release PR for version 0.3.3
  • Loading branch information
jonoomph authored Jun 25, 2024
2 parents 5e9fa27 + 98f08a6 commit 23713d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-22.04]
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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.2")
set(PROJECT_VERSION_FULL "0.3.3")
set(PROJECT_SO_VERSION 9)

# Remove the dash and anything following, to get the #.#.# version for project()
Expand Down

0 comments on commit 23713d3

Please sign in to comment.