Bump version number for continued development

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2021-12-17 15:50:15 +00:00
parent 8afc535770
commit 31b5e0ff8b
2 changed files with 6 additions and 1 deletions

5
NEWS
View file

@ -114,6 +114,11 @@ Miscellaneous behaviour changes:
• Tarball releases no longer contain pre-2007 changelogs and are now
compressed with xz, so they should be somewhat smaller
dbus 1.13.22 (UNRELEASED)
=========================
...
dbus 1.13.20 (2021-12-17)
=========================

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], [20])
m4_define([dbus_micro_version], [21])
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])