Skip to content

Commit

Permalink
4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjeukendrup committed Sep 16, 2024
1 parent 3130f97 commit 738d59b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3

schedule:
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3

schedule:
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3

schedule:
- cron: '0 3 */1 */1 *' # At 03:00 on every day-of-month for master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_without_qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3

jobs:
run_tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3

jobs:
codestyle:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- master
- 4.4.2
- 4.4.3

jobs:
setup:
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ set(MUSE_APP_GUI_IDENTIFIER org.musescore.${MUSE_APP_NAME_MACHINE_READABLE_COMPA

set(MUSE_APP_VERSION_MAJOR "4")
set(MUSE_APP_VERSION_MINOR "4")
set(MUSE_APP_VERSION_PATCH "2")
set(MUSE_APP_VERSION_PATCH "3")
set(MUSE_APP_VERSION_MAJ_MIN "${MUSE_APP_VERSION_MAJOR}.${MUSE_APP_VERSION_MINOR}")
set(MUSE_APP_VERSION "${MUSE_APP_VERSION_MAJ_MIN}.${MUSE_APP_VERSION_PATCH}")

Expand Down

0 comments on commit 738d59b

Please sign in to comment.