]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump numbers for v252-rc1
authorLuca Boccassi <bluca@debian.org>
Fri, 7 Oct 2022 12:08:16 +0000 (14:08 +0200)
committerLuca Boccassi <bluca@debian.org>
Fri, 7 Oct 2022 14:37:36 +0000 (16:37 +0200)
meson.build

index a14bda719ae97903e8ac8b6778c5ffc71a7cbf32..90b6e273979229aaae4f3b572a1098a35796c579 100644 (file)
@@ -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/')