]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
build: Bump ABI current and age parameters to distinguish from 1.16.x
authorSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 15:29:15 +0000 (15:29 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 16 Dec 2024 15:29:15 +0000 (15:29 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
meson.build

index 413dd3c392bb2739940f216f6bc2e60ba3e8dae4..97d14593f04f648f2e118866772f69faa21fa32c 100644 (file)
@@ -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)