From be59bde48abafbc4ec4f4053c1cf25a80e2fc64e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 25 Dec 2004 17:37:52 +0000 Subject: Update changelog and bump version number --- ChangeLog | 6 ++++++ configure.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7a293b7..d6a927c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +ver 2.13: + Add Device ID and HID attribute definitions. + Update the UUID constants and its translations. + Update L2CAP socket option definitions. + Update connection information definitions. + ver 2.12: Correct kernel interface for CMTP and HIDP support. Add service classes and profile ids for WAP. diff --git a/configure.in b/configure.in index d44f85cf..9e3885b3 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.12) +AM_INIT_AUTOMAKE(bluez-libs, 2.13) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit