diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 7 insertions, 1 deletions
| @@ -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 | 
