]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: bump versions for v255-rc1 29816/head
authorLuca Boccassi <bluca@debian.org>
Wed, 1 Nov 2023 14:01:30 +0000 (14:01 +0000)
committerLuca Boccassi <bluca@debian.org>
Wed, 1 Nov 2023 14:07:54 +0000 (14:07 +0000)
meson.build

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