Skip to content

Commit bc68ac4

Browse files
Audacious Plugins 4.5.1
1 parent 27c9073 commit bc68ac4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
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])
8+
AC_INIT([audacious-plugins], [4.5.1])
99
AC_COPYRIGHT([Copyright (C) 2001-2025 Audacious developers and others])
1010

1111
AC_DEFINE_UNQUOTED([PACKAGE], "$PACKAGE_NAME", [Name of package])

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('audacious-plugins', 'c', 'cpp',
2-
version: '4.5',
2+
version: '4.5.1',
33
meson_version: '>= 0.51',
44
default_options: [
55
'c_std=gnu99',

0 commit comments

Comments
 (0)