diff options
-rw-r--r-- | meson.build | 4 | ||||
-rw-r--r-- | meson.version | 2 |
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 |