Skip to content

Commit 6277b65

Browse files
Audacious 4.5
1 parent 826cb73 commit 6277b65

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dnl Initialize
66
dnl ==========
77

88
AC_PREREQ([2.59])
9-
AC_INIT([audacious], [4.5-beta1])
9+
AC_INIT([audacious], [4.5])
1010
AC_COPYRIGHT([Copyright (C) 2001-2025 Audacious developers and others])
1111

1212
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE_NAME", [Name of package])

contrib/audacious.appdata.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 2015-2024 Audacious developers -->
2+
<!-- Copyright 2015-2025 Audacious developers -->
33
<component type="desktop">
44
<id>audacious.desktop</id>
55
<launchable type="desktop-id">audacious.desktop</launchable>
@@ -30,6 +30,7 @@
3030
<url type="bugtracker">https://github.com/audacious-media-player/audacious/issues</url>
3131
<url type="translate">https://transifex.com/audacious/audacious</url>
3232
<releases>
33+
<release date="2025-07-16" version="4.5"></release>
3334
<release date="2024-11-03" version="4.4.2"></release>
3435
<release date="2024-09-26" version="4.4.1"></release>
3536
<release date="2024-06-12" version="4.4"></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.1</string>
14+
<string>4.5</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-2021 Audacious developers and others</string>
28+
<string>Copyright © 2001-2025 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.5-beta1',
2+
version: '4.5',
33
meson_version: '>= 0.46',
44
default_options: [
55
'c_std=gnu99',

0 commit comments

Comments
 (0)