mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 23:28:05 +02:00
Bump version number for continued development
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
8afc535770
commit
31b5e0ff8b
2 changed files with 6 additions and 1 deletions
5
NEWS
5
NEWS
|
|
@ -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)
|
||||
=========================
|
||||
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue