From b29776eee25e2365933e7e854fb802a9eeeeb8e4 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 12 Jun 2024 22:21:24 +0200 Subject: [PATCH] Audacious Plugins 4.4 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 48e03c30a..6da71057b 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-beta1]) +AC_INIT([audacious-plugins], [4.4]) 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 bb35590b1..c98a15617 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('audacious-plugins', 'c', 'cpp', - version: '4.4-beta1', + version: '4.4', meson_version: '>= 0.51', default_options: [ 'c_std=gnu99',