summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-05 11:00:56 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-05 11:00:56 +0100
commited866a94889e13c83dc873d8b5f86a907f908456 (patch)
tree50cfe0a1d26e0220d39d7085be88ee621cd26c1d /meson.build
parent0ba4ba3d64d101b70bc9c6349813a4182c0f2a4d (diff)
downloaddbus-ed866a94889e13c83dc873d8b5f86a907f908456.tar.gz
Prepare v1.15.2dbus-1.15.2
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 0e693b46..4cf0b54b 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@
project('dbus',
'c',
- version: '1.15.1',
+ version: '1.15.2',
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 = 37
+lt_current = 38
## 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 = 34
+lt_age = 35
soversion = (lt_current - lt_age)
version_info = '@0@.@1@.@2@'.format(soversion, lt_age, lt_revision)