From f6ff6b29a68582e629ac34b61405ee5e0a13efcc Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 3 Nov 2024 21:02:39 +0100 Subject: [PATCH] Audacious Plugins 4.4.2 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 83096842b..89ed071bc 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl *** dnl Initialize dnl ========== AC_PREREQ([2.59]) -AC_INIT([audacious-plugins], [4.4.1]) +AC_INIT([audacious-plugins], [4.4.2]) AC_COPYRIGHT([Copyright (C) 2001-2024 Audacious developers and others]) AC_DEFINE_UNQUOTED([PACKAGE], "$PACKAGE_NAME", [Name of package]) diff --git a/meson.build b/meson.build index 0450b0b17..0e532d8d1 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('audacious-plugins', 'c', 'cpp', - version: '4.4.1', + version: '4.4.2', meson_version: '>= 0.51', default_options: [ 'c_std=gnu99',