Skip to content

Commit 6725e91

Browse files
Set version to 4.6-devel
1 parent 42cdbf4 commit 6725e91

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dnl ***
55
dnl Initialize
66
dnl ==========
77
AC_PREREQ([2.59])
8-
AC_INIT([audacious-plugins], [4.5.1])
8+
AC_INIT([audacious-plugins], [4.6-devel])
99
AC_COPYRIGHT([Copyright (C) 2001-2025 Audacious developers and others])
1010

1111
AC_DEFINE_UNQUOTED([PACKAGE], "$PACKAGE_NAME", [Name of package])
@@ -34,9 +34,9 @@ LIBS="$LIBS $LIBINTL"
3434
dnl Check for Audacious
3535
dnl ===================
3636

37-
PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 4.5],
37+
PKG_CHECK_MODULES(AUDACIOUS, [audacious >= 4.6],
3838
[],
39-
[AC_MSG_ERROR([Cannot find Audacious 4.5; have you installed Audacious yet?])]
39+
[AC_MSG_ERROR([Cannot find Audacious 4.6; have you installed Audacious yet?])]
4040
)
4141

4242
CPPFLAGS="$CPPFLAGS $AUDACIOUS_CFLAGS"

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('audacious-plugins', 'c', 'cpp',
2-
version: '4.5.1',
2+
version: '4.6-devel',
33
meson_version: '>= 0.51',
44
default_options: [
55
'c_std=gnu99',
@@ -27,7 +27,7 @@ if have_darwin
2727
endif
2828

2929

30-
audacious_req = '>= 4.5'
30+
audacious_req = '>= 4.6'
3131
audacious_dep = dependency('audacious', version: audacious_req, required: true)
3232

3333

0 commit comments

Comments
 (0)