summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2022-10-07 14:08:16 +0200
committerLuca Boccassi <bluca@debian.org>2022-10-07 16:37:36 +0200
commit5791594a0f85d52425c9f3f051232a7182eb2333 (patch)
treee09cd4e3c6eebf4014a86559e983aa6f15b9b2bf /meson.build
parent47819da9728853e2ee09612dd325244ec13decae (diff)
downloadsystemd-5791594a0f85d52425c9f3f051232a7182eb2333.tar.gz
meson: bump numbers for v252-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 a14bda719a..90b6e27397 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
project('systemd', 'c',
- version : '251',
+ version : '252',
license : 'LGPLv2+',
default_options: [
'c_std=gnu11',
@@ -13,8 +13,8 @@ project('systemd', 'c',
meson_version : '>= 0.53.2',
)
-libsystemd_version = '0.34.0'
-libudev_version = '1.7.4'
+libsystemd_version = '0.35.0'
+libudev_version = '1.7.5'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')