mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 15:08:01 +02:00
Use a micro version that won't break DBUS_VERSION
DBUS_VERSION assumes that major/minor/micro are numeric and less than 256 each. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
b6fbe63039
commit
f7875ebff6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.63])
|
|||
|
||||
m4_define([dbus_major_version], [1])
|
||||
m4_define([dbus_minor_version], [12])
|
||||
m4_define([dbus_micro_version], [999])
|
||||
m4_define([dbus_micro_version], [99])
|
||||
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