summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-01-24 12:32:15 +0000
committerLuca Boccassi <bluca@debian.org>2023-01-24 12:32:15 +0000
commita1429c645b5eebdd52ce4f8d4ecccb0ec0a84978 (patch)
treea0612d32175661075f75fadc779babe7b5c41a3a /meson.build
parent251f161168e7768d53ed689f64027168e2b97a78 (diff)
downloadsystemd-a1429c645b5eebdd52ce4f8d4ecccb0ec0a84978.tar.gz
meson: bump numbers for v253-rc1
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 8ab8d51b4b..2ca63372bf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
project('systemd', 'c',
- version : '252',
+ version : '253',
license : 'LGPLv2+',
default_options: [
'c_std=gnu11',
@@ -13,8 +13,8 @@ project('systemd', 'c',
meson_version : '>= 0.53.2',
)
-libsystemd_version = '0.35.0'
-libudev_version = '1.7.5'
+libsystemd_version = '0.36.0'
+libudev_version = '1.7.6'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')