Skip to content

Commit ede7f98

Browse files
committed
v3.5.1
1 parent 2e7ee7e commit ede7f98

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ list(GET QT_VERSION 0 QT_PREFIX)
106106

107107
set(SCORE_VERSION_MAJOR 3)
108108
set(SCORE_VERSION_MINOR 5)
109-
set(SCORE_VERSION_PATCH 0)
109+
set(SCORE_VERSION_PATCH 1)
110110
set(SCORE_VERSION_EXTRA "")
111111
set(SCORE_CODENAME "Beirut")
112112

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ Releases are available for [Windows, Linux (via AppImage) and macOS](https://git
2626

2727
| Platform | Status |
2828
|-----------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
29-
| AppImage | [![AppImage](https://github.com/ossia/score/actions/workflows/appimage.yml/badge.svg)](https://github.com/ossia/score/actions/workflows/appimage.yml) |
30-
| Flatpak | [![Flatpak](https://github.com/ossia/score/actions/workflows/flatpak.yml/badge.svg)](https://github.com/ossia/score/actions/workflows/flatpak.yml) |
29+
| AppImage (x86-64 & AArch64) | [![AppImage](https://github.com/ossia/score/actions/workflows/appimage.yml/badge.svg)](https://github.com/ossia/score/actions/workflows/appimage.yml) |
30+
| Flatpak (x86-64 & AArch64) | [![Flatpak](https://github.com/ossia/score/actions/workflows/flatpak.yml/badge.svg)](https://github.com/ossia/score/actions/workflows/flatpak.yml) |
3131
| Nix | [![Nix](https://github.com/ossia/score/actions/workflows/nix-builds.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/nix-builds.yaml) |
3232
| ArchLinux, SUSE, Fedora | [![Linux distros](https://github.com/ossia/score/actions/workflows/builds.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/builds.yaml) |
3333
| Debian (Bookworm, Trixie) | [![Debian](https://github.com/ossia/score/actions/workflows/debian-builds.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/debian-builds.yaml) |
3434
| Ubuntu (22.04, 24.04, 24.10) | [![Ubuntu](https://github.com/ossia/score/actions/workflows/ubuntu-builds.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/ubuntu-builds.yaml) |
35-
| Raspberry Pi (Bookworm AArch64) | [![RPi](https://github.com/ossia/score/actions/workflows/embedded.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/embedded.yaml) |
3635
| macOS (M1 & Intel) | [![macOS](https://github.com/ossia/score/actions/workflows/mac-builds.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/mac-builds.yaml) |
3736
| Windows (MSYS2, MSVC 2022) | [![Windows](https://github.com/ossia/score/actions/workflows/win-builds.yaml/badge.svg)](https://github.com/ossia/score/actions/workflows/win-builds.yaml) |
3837
| FreeBSD | [![BSD](https://github.com/ossia/score/actions/workflows/bsd.yml/badge.svg)](https://github.com/ossia/score/actions/workflows/bsd.yml) |

0 commit comments

Comments
 (0)