projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0e2e6
)
1.9.19
author
Simon McVittie
<smcv@debian.org>
Tue, 21 Jul 2015 20:13:43 +0000
(21:13 +0100)
committer
Simon McVittie
<smcv@debian.org>
Tue, 21 Jul 2015 20:13:43 +0000
(21:13 +0100)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 8ed50fc8afdd27b5719ca1ae8ab2547ae0008c1d..a4420f71c4b455d3f7685fa9896efe3886e4f32f 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,8
@@
+D-Bus 1.9.20 (UNRELEASED)
+==
+
+...
+
D-Bus 1.9.18 (2015-07-21)
==
diff --git
a/configure.ac
b/configure.ac
index f16755f521e38573e2b29131e6f7a3f06e15fd53..b047bcd4988969c5bfaebeb3b6a475c63a344dbe 100644
(file)
--- 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], [9])
-m4_define([dbus_micro_version], [1
8
])
+m4_define([dbus_micro_version], [1
9
])
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])