Skip to content

Commit

Permalink
Audacious 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Nov 3, 2024
1 parent 1586d98 commit 76fde78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl Initialize
dnl ==========

AC_PREREQ([2.59])
AC_INIT([audacious], [4.4.1])
AC_INIT([audacious], [4.4.2])
AC_COPYRIGHT([Copyright (C) 2001-2024 Audacious developers and others])

AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE_NAME", [Name of package])
Expand Down
5 changes: 3 additions & 2 deletions contrib/audacious.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015-2023 Audacious developers -->
<!-- Copyright 2015-2024 Audacious developers -->
<component type="desktop">
<id>audacious.desktop</id>
<launchable type="desktop-id">audacious.desktop</launchable>
Expand All @@ -21,7 +21,7 @@
albums in your entire music library, or create and edit your own custom
playlists. Listen to CD’s or stream music from the Internet. Tweak the
sound with the graphical equalizer or change the dynamic range with audio
effects. Enjoy the modern Qt-themed interface or change things up with
effects. Enjoy the modern Qt/GTK themed interface or change things up with
Winamp Classic skins. Use the plugins included with Audacious to fetch
lyrics for your music, display a VU meter, and more.
</p>
Expand All @@ -30,6 +30,7 @@
<url type="bugtracker">https://github.com/audacious-media-player/audacious/issues</url>
<url type="translate">https://transifex.com/audacious/audacious</url>
<releases>
<release date="2024-11-03" version="4.4.2"></release>
<release date="2024-09-26" version="4.4.1"></release>
<release date="2024-06-12" version="4.4"></release>
<release date="2023-04-29" version="4.3.1"></release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('audacious', 'c', 'cpp',
version: '4.4.1',
version: '4.4.2',
meson_version: '>= 0.46',
default_options: [
'c_std=gnu99',
Expand Down

0 comments on commit 76fde78

Please sign in to comment.