mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 22:48:02 +02:00
Keep in sync with autotools.
This commit is contained in:
parent
88004d6b66
commit
79026cee36
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ project(dbus)
|
|||
|
||||
set (DBUS_MAJOR_VERSION "1")
|
||||
set (DBUS_MINOR_VERSION "4")
|
||||
set (DBUS_MICRO_VERSION "2")
|
||||
set (DBUS_MICRO_VERSION "3")
|
||||
# used by file version info
|
||||
set (DBUS_PATCH_VERSION "0")
|
||||
set (DBUS_VERSION ${DBUS_MAJOR_VERSION}.${DBUS_MINOR_VERSION}.${DBUS_MICRO_VERSION})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue