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:
0f09683
)
Start 1.12.4
author
Simon McVittie
<smcv@collabora.com>
Mon, 13 Nov 2017 17:11:27 +0000
(17:11 +0000)
committer
Simon McVittie
<smcv@collabora.com>
Mon, 13 Nov 2017 17:11:27 +0000
(17:11 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index
bf672ff
..
abdfe38
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,8
@@
+dbus 1.12.4 (UNRELEASED)
+========================
+
+...
+
dbus 1.12.2 (2017-11-13)
========================
diff --git
a/configure.ac
b/configure.ac
index
9d254d7
..
aebf3a5
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], [12])
-m4_define([dbus_micro_version], [
2
])
+m4_define([dbus_micro_version], [
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])