diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-06-09 18:32:53 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-06-09 18:32:53 +0000 | 
| commit | dd74e34f864ab02f649e4573694e20de71a31297 (patch) | |
| tree | 099ed620e70d979e221d343830770a3adf0b04ac | |
| parent | 634a879abdbe2d6010ebda2e4accce9179fc8c74 (diff) | |
Update changelog and bump version number
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | configure.in | 2 | 
2 files changed, 4 insertions, 1 deletions
| @@ -1,3 +1,6 @@ +ver 3.0: +	Implement the new BlueZ D-Bus API. +  ver 2.25:  	Use %jx instead of %llx for uint64_t and int64_t.  	Allow null-terminated text strings. diff --git a/configure.in b/configure.in index ca9afd40..b26e4291 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@  AC_PREREQ(2.50)  AC_INIT() -AM_INIT_AUTOMAKE(bluez-utils, 2.25) +AM_INIT_AUTOMAKE(bluez-utils, 3.0)  AM_CONFIG_HEADER(config.h)  AM_MAINTAINER_MODE | 
