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:
98294ab
)
Bump version for 1.12.x branch
author
Simon McVittie
<smcv@collabora.com>
Mon, 30 Oct 2017 14:49:59 +0000
(14:49 +0000)
committer
Simon McVittie
<smcv@collabora.com>
Mon, 30 Oct 2017 14:49:59 +0000
(14:49 +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
de8c304
..
998e4c3
100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-1,3
+1,8
@@
+dbus 1.12.1 (UNRELEASED)
+========================
+
+...
+
dbus 1.12.0 (2017-10-30)
========================
diff --git
a/configure.ac
b/configure.ac
index
4391834
..
440e4e7
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], [
0
])
+m4_define([dbus_micro_version], [
1
])
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])