summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-04-25 23:26:08 +0200
committerLuca Boccassi <bluca@debian.org>2024-04-25 23:26:08 +0200
commitd1b04070653fbc09236d9a9c4c14058da8646374 (patch)
tree25d83cc9a3fd5b90b77d111d42f7dff99c8eb8c4
parentUpdate hwdb (diff)
downloadsystemd-d1b04070653fbc09236d9a9c4c14058da8646374.tar.xz
systemd-d1b04070653fbc09236d9a9c4c14058da8646374.zip
meson: update version numbers for 256~rc1
-rw-r--r--meson.build4
-rw-r--r--meson.version2
2 files changed, 3 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 580f4312f9..cecdbc3aa7 100644
--- a/meson.build
+++ b/meson.build
@@ -13,8 +13,8 @@ project('systemd', 'c',
meson_version : '>= 0.60.0',
)
-libsystemd_version = '0.38.0'
-libudev_version = '1.7.8'
+libsystemd_version = '0.39.0'
+libudev_version = '1.7.9'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')
diff --git a/meson.version b/meson.version
index ecb02adbfe..f374973f07 100644
--- a/meson.version
+++ b/meson.version
@@ -1 +1 @@
-256~devel
+256~rc1