summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 065119ee..76df08b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-06-18 Havoc Pennington <hp@redhat.com>
+ * configure.in: bump version to 1.1.2 so CVS is higher than last
+ release (this is not the 1.1.2 release)
+
+2007-06-18 Havoc Pennington <hp@redhat.com>
+
* Release 1.1.1
2007-06-18 Havoc Pennington <hp@redhat.com>
diff --git a/configure.in b/configure.in
index deb788ef..877bc0a7 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_INIT(dbus/dbus.h)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(dbus, 1.1.1)
+AM_INIT_AUTOMAKE(dbus, 1.1.2)
AM_CONFIG_HEADER(config.h)