Skip to content

Commit

Permalink
Audacious 4.4-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 4, 2024
1 parent b144e8c commit c7539c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dnl Initialize
dnl ==========

AC_PREREQ([2.59])
AC_INIT([audacious], [4.4-devel])
AC_INIT([audacious], [4.4-beta1])
AC_COPYRIGHT([Copyright (C) 2001-2024 Audacious developers and others])

AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE_NAME", [Name of package])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('audacious', 'c', 'cpp',
version: '4.4-devel',
version: '4.4-beta1',
meson_version: '>= 0.46',
default_options: [
'c_std=gnu99',
Expand Down

0 comments on commit c7539c5

Please sign in to comment.