Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

changelog:
uses: ./.github/workflows/changelog.yml
secrets:
MIXXXBOT_CHANGELOG_AUTOUPDATER_PAT: ${{ secrets.MIXXXBOT_CHANGELOG_AUTOUPDATER_PAT }}

build:
uses: ./.github/workflows/build.yml
Expand Down Expand Up @@ -57,7 +59,7 @@ jobs:
RRYAN_AT_MIXXX_DOT_ORG_GPG_PRIVATE_KEY: ${{ secrets.RRYAN_AT_MIXXX_DOT_ORG_GPG_PRIVATE_KEY }}

sync:
if: ${{ github.ref != 'refs/heads/main' && github.repository == 'mixxxdj/mixxx' }}
if: ${{ github.ref_type != 'tag' && github.ref != 'refs/heads/main' && github.repository == 'mixxxdj/mixxx' }}
uses: ./.github/workflows/sync_branches.yml
secrets:
MIXXX_BRANCH_SYNC_PAT: ${{ secrets.MIXXX_BRANCH_SYNC_PAT }}
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ elseif(APPLE)
endif()
endif()

project(mixxx VERSION 2.5.4)
project(mixxx VERSION 2.5.5)
enable_language(C CXX)
# Work around missing version suffixes support https://gitlab.kitware.com/cmake/cmake/-/issues/16716
set(MIXXX_VERSION_PRERELEASE "") # set to "alpha" "beta" or ""
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Mixxx 2.5.4, Digital DJ'ing software.
Mixxx 2.5.5, Digital DJ'ing software.
Copyright (C) 2001-2026 Mixxx Development Team

Mixxx is free software; you can redistribute it and/or modify
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mixxx (2.5.4-1~jammy) jammy; urgency=medium

* Build of 2.5.4

-- RJ Skerry-Ryan <rryan@mixxx.org> Sun, 14 Dec 2025 18:37:06 +0000

mixxx (2.5.3-1~jammy) jammy; urgency=medium

* Build of 2.5.3
Expand Down
Loading