summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-09-22 12:17:27 +0100
committerSimon McVittie <smcv@collabora.com>2022-09-22 12:17:27 +0100
commit628e97d62d7b08c01d5d01e3d7bd8fb1d1667ee8 (patch)
tree7c2db68c127e49a9d1c831aeb66f34687210b706 /meson.build
parent28e0a572623e5d168ecdffa5b78b6c4a56a3fc85 (diff)
downloaddbus-628e97d62d7b08c01d5d01e3d7bd8fb1d1667ee8.tar.gz
Prepare v1.15.0 (development-branch release)
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 3 insertions, 3 deletions
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)