From c15d73bdb64196dee440476b5c3c031ee52c2373 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 Sep 2005 10:51:47 +0000 Subject: Update changelog and bump version number --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 87442430..fe45974c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 2.21: + Add support for identification of supported commands. + Add missing OCF declarations for the security filter. + Add two new company identifiers. + ver 2.20: Add UUIDs for video distribution profile. Add UUIDs for phonebook access profile. diff --git a/configure.in b/configure.in index c88ae69d..cfad2c1b 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 2.20) +AM_INIT_AUTOMAKE(bluez-libs, 2.21) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE -- cgit