]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump versions for v254-rc1
authorLuca Boccassi <bluca@debian.org>
Thu, 6 Jul 2023 19:44:22 +0000 (20:44 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 6 Jul 2023 19:57:13 +0000 (20:57 +0100)
meson.build

index 3b29807e93df9170b22a4d1fe7912f518be24c5d..afda4c0431ae9e38f0625e61d027bde71178d3f4 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 project('systemd', 'c',
-        version : '253',
+        version : '254',
         license : 'LGPLv2+',
         default_options: [
                 'c_std=gnu11',
@@ -13,8 +13,8 @@ project('systemd', 'c',
         meson_version : '>= 0.60.0',
        )
 
-libsystemd_version = '0.36.0'
-libudev_version = '1.7.6'
+libsystemd_version = '0.37.0'
+libudev_version = '1.7.7'
 
 conf = configuration_data()
 conf.set_quoted('PROJECT_URL', 'https://systemd.io/')