Skip to content

Commit 17b29a3

Browse files
Audacious 4.6.1
1 parent c75fcb1 commit 17b29a3

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

audacious.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<url type="vcs-browser">https://github.com/audacious-media-player</url>
3232
<url type="translate">https://app.transifex.com/audacious</url>
3333
<releases>
34+
<release date="2026-06-07" version="4.6.1"></release>
3435
<release date="2026-05-31" version="4.6"></release>
3536
<release date="2025-09-07" version="4.5.1"></release>
3637
<release date="2025-07-16" version="4.5"></release>

contrib/macpack/Audacious.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<key>CFBundleIconFile</key>
1212
<string>Audacious</string>
1313
<key>CFBundleVersion</key>
14-
<string>4.6</string>
14+
<string>4.6.1</string>
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleSignature</key>
@@ -25,6 +25,6 @@
2525
<key>NSHighResolutionMagnifyAllowed</key>
2626
<false/>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2001-2025 Audacious developers and others</string>
28+
<string>Copyright © 2001-2026 Audacious developers and others</string>
2929
</dict>
3030
</plist>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('audacious', 'c', 'cpp',
2-
version: '4.6',
2+
version: '4.6.1',
33
meson_version: '>= 0.53',
44
default_options: [
55
'c_std=gnu99',

0 commit comments

Comments
 (0)