mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-06 17:40:16 +01:00
Let's try that again.
This commit is contained in:
parent
2497a91b3f
commit
b6142a593b
2 changed files with 8 additions and 2 deletions
8
NEWS
8
NEWS
|
|
@ -1,4 +1,10 @@
|
|||
D-Bus 1.4.4 (UNRELEASED)
|
||||
D-Bus 1.4.6 (2010-02-17)
|
||||
==
|
||||
|
||||
• Remove unfinished changes intended to support GTest-based tests,
|
||||
which were mistakenly included in 1.4.4
|
||||
|
||||
D-Bus 1.4.4 (2010-02-17)
|
||||
==
|
||||
|
||||
• Switch back to using even micro versions for stable releases; 1.4.1
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.52)
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [4])
|
||||
m4_define([dbus_micro_version], [5])
|
||||
m4_define([dbus_micro_version], [6])
|
||||
m4_define([dbus_version],
|
||||
[dbus_major_version.dbus_minor_version.dbus_micro_version])
|
||||
AC_INIT(dbus, [dbus_version])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue