mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-29 03:10:09 +01:00
Stop release preparation, --exit-with-x11 doesn't work
This commit is contained in:
parent
453457904b
commit
589ca59b2f
2 changed files with 2 additions and 2 deletions
2
NEWS
2
NEWS
|
|
@ -1,4 +1,4 @@
|
|||
D-Bus 1.6.2 (2012-06-25)
|
||||
D-Bus 1.6.2 (UNRELEASED)
|
||||
==
|
||||
|
||||
The "Ice Cabbage" release.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [6])
|
||||
m4_define([dbus_micro_version], [2])
|
||||
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