mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-18 14:10:31 +01:00
1.11.1
This commit is contained in:
parent
15097157ce
commit
628750d806
2 changed files with 6 additions and 1 deletions
5
NEWS
5
NEWS
|
|
@ -1,3 +1,8 @@
|
|||
D-Bus 1.11.2 (UNRELEASED)
|
||||
==
|
||||
|
||||
...
|
||||
|
||||
D-Bus 1.11.0 (2015-12-02)
|
||||
==
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [11])
|
||||
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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue