From 628e97d62d7b08c01d5d01e3d7bd8fb1d1667ee8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 22 Sep 2022 12:17:27 +0100 Subject: Prepare v1.15.0 (development-branch release) Signed-off-by: Simon McVittie --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 31c6df51..d12adfac 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ project('dbus', 'c', - version: '1.14.99', + version: '1.15.0', meson_version: '>=0.56', ) @@ -63,14 +63,14 @@ config.set_quoted('DBUS_DAEMON_NAME', 'dbus-daemon') # http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 ## increment if the interface has additions, changes, removals. -lt_current = 36 +lt_current = 37 ## increment any time the source changes; ## set to 0 if you increment CURRENT 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 = 33 +lt_age = 34 soversion = (lt_current - lt_age) version_info = '@0@.@1@.@2@'.format(soversion, lt_age, lt_revision) -- cgit v1.2.1