summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-13 17:19:13 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-13 17:19:13 +0000
commit88f5a6ed152b5b26b71f88a3992eaf40511c85ed (patch)
tree7e042695c35b0c3ea03336092ae14dc4dfa23d8c
parente6338646c1ce5639d5be28e3610f422cde11951e (diff)
downloaddbus-88f5a6ed152b5b26b71f88a3992eaf40511c85ed.tar.gz
Back to development status
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c4b46372..9bc6b69b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+D-Bus 1.4.19 (UNRELEASED)
+==
+
+...
+
D-Bus 1.4.18 (2012-02-13)
==
diff --git a/configure.ac b/configure.ac
index ef07ce1c..013dc5b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
m4_define([dbus_major_version], [1])
m4_define([dbus_minor_version], [4])
-m4_define([dbus_micro_version], [18])
+m4_define([dbus_micro_version], [19])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])