mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-11 07:10:28 +01:00
Start 1.13.18 development
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
fc2ee9f73b
commit
41dfee5c32
2 changed files with 6 additions and 1 deletions
5
NEWS
5
NEWS
|
|
@ -1,3 +1,8 @@
|
|||
dbus 1.13.18 (UNRELEASED)
|
||||
=========================
|
||||
|
||||
...
|
||||
|
||||
dbus 1.13.16 (2020-06-02)
|
||||
=========================
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [13])
|
||||
m4_define([dbus_micro_version], [16])
|
||||
m4_define([dbus_micro_version], [17])
|
||||
m4_define([dbus_version],
|
||||
[dbus_major_version.dbus_minor_version.dbus_micro_version])
|
||||
AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue