Skip to content

Commit e6124fc

Browse files
Audacious 4.6
1 parent 6841cc7 commit e6124fc

3 files changed

Lines changed: 3 additions & 2 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-05-31" version="4.6"></release>
3435
<release date="2025-09-07" version="4.5.1"></release>
3536
<release date="2025-07-16" version="4.5"></release>
3637
<release date="2024-11-03" version="4.4.2"></release>

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

Lines changed: 1 addition & 1 deletion
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.5.1</string>
14+
<string>4.6</string>
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleSignature</key>

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-beta1',
2+
version: '4.6',
33
meson_version: '>= 0.53',
44
default_options: [
55
'c_std=gnu99',

0 commit comments

Comments
 (0)