Start development of dbus 1.13.24

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-02-23 19:40:15 +00:00
parent 0381298e45
commit 21784cacd3
3 changed files with 8 additions and 3 deletions

5
NEWS
View file

@ -120,6 +120,11 @@ Miscellaneous behaviour changes:
• Tarball releases no longer contain pre-2007 changelogs and are now
compressed with xz, making them around 35% smaller.
dbus 1.13.24 (UNRELEASED)
=========================
...
dbus 1.13.22 (2022-02-23)
=========================

View file

@ -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], [22])
m4_define([dbus_micro_version], [23])
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])

View file

@ -6,8 +6,8 @@
<article id="index">
<articleinfo>
<title>D-Bus Specification</title>
<releaseinfo>Version 0.38</releaseinfo>
<date>2022-02-23</date>
<releaseinfo>Version 0.39</releaseinfo>
<date>(not yet finalized)</date>
<authorgroup>
<author>
<firstname>Havoc</firstname>