summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2024-11-06 17:54:53 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-11-06 17:58:14 +0100
commitd145d1d41087a4060bd50ad2b4e740633ca2edc0 (patch)
tree0cf011d9262fcd50ecfec9f46cf2ceff847d2863
parentNEWS: finalize (diff)
downloadsystemd-d145d1d41087a4060bd50ad2b4e740633ca2edc0.tar.xz
systemd-d145d1d41087a4060bd50ad2b4e740633ca2edc0.zip
meson: update version numbers for 257~rc1v257-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 bf78ff3bbb..f1339e065d 100644
--- a/meson.build
+++ b/meson.build
@@ -20,8 +20,8 @@ else
project_minor_version = '0'
endif
-libsystemd_version = '0.39.0'
-libudev_version = '1.7.9'
+libsystemd_version = '0.40.0'
+libudev_version = '1.7.10'
conf = configuration_data()
conf.set_quoted('PROJECT_URL', 'https://systemd.io/')
diff --git a/meson.version b/meson.version
index 8f6997e086..5bcdf9a310 100644
--- a/meson.version
+++ b/meson.version
@@ -1 +1 @@
-257~devel
+257~rc1