Skip to content

Commit

Permalink
Bug fix version bump (release 4.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Aug 30, 2024
1 parent 61d1648 commit f115694
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
unreleased
==========

bluez-alsa v4.3.1 (2024-08-30)
==============================

- fix crash when playing audio with more than 2 channels
- fix AAC configuration selection for low sampling rates

bluez-alsa v4.3.0 (2024-08-13)
==============================
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

AC_PREREQ([2.60])
AC_INIT([BlueALSA],
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.3.0]))],
[m4_normalize(esyscmd([test -d .git && git describe --always --dirty || echo v4.3.1]))],
[arkadiusz.bokowy@gmail.com], [bluez-alsa], [https://github.com/arkq/bluez-alsa])
AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])

Expand Down

0 comments on commit f115694

Please sign in to comment.