aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2024-04-15 18:28:40 +0200
committerMarcel Holtmann <marcel@holtmann.org>2024-04-15 18:28:40 +0200
commit249216dce21f97d92144f0f72cc8b97f25203184 (patch)
tree66a752467b065a6cdd21cf7de99c2045eefed68e
parent1955b833c7a790b1f97000773a7aa985dd84a73d (diff)
Release 5.755.75
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dc6666f71..ff0352867f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 5.75:
+ Fix issue with build system and header inclusion.
+
ver 5.74:
Fix issue with not enabling Wideband Speech when available.
Fix issue with UserspaceHID and Bluetooth Classic devices.
diff --git a/configure.ac b/configure.ac
index bcb7426726..9dea70ddc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
AC_PREREQ(2.60)
-AC_INIT(bluez, 5.74)
+AC_INIT(bluez, 5.75)
AM_INIT_AUTOMAKE([foreign subdir-objects color-tests silent-rules
tar-pax no-dist-gzip dist-xz])