]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump numbers for v253-rc1
authorLuca Boccassi <bluca@debian.org>
Tue, 24 Jan 2023 12:32:15 +0000 (12:32 +0000)
committerLuca Boccassi <bluca@debian.org>
Tue, 24 Jan 2023 12:32:15 +0000 (12:32 +0000)
meson.build

index 8ab8d51b4bddfb109d601dbd150dc679381527f6..2ca63372bfeabdba01d86d7630105737870d02f4 100644 (file)
@@ -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/')