mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-26 00:50:42 +02:00
build: Bump ABI current and age parameters to distinguish from 1.16.x
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
8301c2c98f
commit
5b4dca37f9
1 changed files with 3 additions and 3 deletions
|
|
@ -69,14 +69,14 @@ config.set_quoted('DBUS_DAEMON_NAME', 'dbus-daemon')
|
|||
# be careful if changing the formatting
|
||||
|
||||
## increment if the interface has additions, changes, removals.
|
||||
lt_current = 41
|
||||
lt_current = 42
|
||||
## increment any time the source changes;
|
||||
## set to 0 if you increment CURRENT
|
||||
lt_revision = 3
|
||||
lt_revision = 0
|
||||
## increment if any interfaces have been added;
|
||||
## set to 0 if any interfaces have been changed or removed.
|
||||
## removal has precedence over adding, so set to 0 if both happened.
|
||||
lt_age = 38
|
||||
lt_age = 39
|
||||
|
||||
soversion = (lt_current - lt_age)
|
||||
version_info = '@0@.@1@.@2@'.format(soversion, lt_age, lt_revision)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue