post-release version bump
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 16 Jan 2008 00:54:46 +0000 (19:54 -0500)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 16 Jan 2008 00:54:46 +0000 (19:54 -0500)
ChangeLog
configure.in

index 7d87566..4aaed32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-15 John (J5) Palmieri  <johnp@redhat.com>
 
+       * configure.in: post-release version bump
+
+2008-01-15 John (J5) Palmieri  <johnp@redhat.com>
+
        * Released 1.1.3 (1.2.0RC1)
 
 2008-01-15  John (J5) Palmieri  <johnp@redhat.com>
index 8436d27..275ff5b 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [1])
-m4_define([dbus_micro_version], [3])
+m4_define([dbus_micro_version], [4])
 m4_define([dbus_version],
           [dbus_major_version.dbus_minor_version.dbus_micro_version])
 AC_INIT(dbus, [dbus_version])