From 79901d197b101f5af6f3646a50c5ac65407d768f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 4 May 2024 22:26:42 +0200 Subject: [PATCH] Audacious Plugins 4.3-beta1 --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 158405b7f..b0821ded8 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-devel]) +AC_INIT([audacious-plugins], [4.4-beta1]) 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 73646f65a..13f129e9c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('audacious-plugins', 'c', 'cpp', - version: '4.4-devel', + version: '4.4-beta1', meson_version: '>= 0.51', default_options: [ 'c_std=gnu99',