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:
7b35fdc
)
Start towards 1.11.14
author
Simon McVittie
<smcv@debian.org>
Fri, 7 Apr 2017 17:56:39 +0000
(18:56 +0100)
committer
Simon McVittie
<smcv@debian.org>
Fri, 7 Apr 2017 17:56:39 +0000
(18:56 +0100)
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
f71f900
..
afa02c7
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,8
@@
+D-Bus 1.11.14 (UNRELEASED)
+==
+
+...
+
D-Bus 1.11.12 (2017-04-07)
==
diff --git
a/configure.ac
b/configure.ac
index
c9c2947
..
3882f3f
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], [11])
-m4_define([dbus_micro_version], [1
2
])
+m4_define([dbus_micro_version], [1
3
])
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])