From: Lennart Poettering Date: Mon, 11 Dec 2017 15:10:25 +0000 (+0100) Subject: meson: increase version numbers X-Git-Tag: v236~1^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbd73c69baf8dcae90d98a91ad9309351efb1fb7;p=platform%2Fupstream%2Fsystemd.git meson: increase version numbers --- diff --git a/meson.build b/meson.build index 3c57bde..ddc061c 100644 --- a/meson.build +++ b/meson.build @@ -16,7 +16,7 @@ # along with systemd; If not, see . project('systemd', 'c', - version : '235', + version : '236', license : 'LGPLv2+', default_options: [ 'c_std=gnu99', @@ -27,8 +27,8 @@ project('systemd', 'c', meson_version : '>= 0.41', ) -libsystemd_version = '0.19.1' -libudev_version = '1.6.7' +libsystemd_version = '0.20.0' +libudev_version = '1.6.8' # We need the same data in three different formats, ugh! # Also, for hysterical reasons, we use different variable