From: Lennart Poettering Date: Mon, 11 Dec 2017 15:10:25 +0000 (+0100) Subject: meson: increase version numbers X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fd62c2c00b91f60dd95a491fa269f154f13589a7;p=elogind.git meson: increase version numbers --- diff --git a/meson.build b/meson.build index 7e28ae6c5..ca6677993 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,3 @@ -project('elogind', 'c', # SPDX-License-Identifier: LGPL-2.1+ # # Copyright 2017 Zbigniew Jędrzejewski-Szmek @@ -16,6 +15,7 @@ project('elogind', 'c', # You should have received a copy of the GNU Lesser General Public License # along with elogind; If not, see . +project('elogind', 'c', version : '236', license : 'LGPLv2+', default_options: [ @@ -229,8 +229,8 @@ conf.set_quoted('SYSTEM_CONFIG_UNIT_PATH', join_paths(pkgsysc # conf.set_quoted('SYSTEMD_CGROUP_AGENT_PATH', join_paths(rootlibexecdir, 'systemd-cgroups-agent')) # conf.set_quoted('SYSTEMD_BINARY_PATH', join_paths(rootlibexecdir, 'systemd')) # conf.set_quoted('SYSTEMD_FSCK_PATH', join_paths(rootlibexecdir, 'systemd-fsck')) -# conf.set_quoted('SYSTEMD_MAKEFS_PATH', join_paths(rootlibexecdir, 'elogind-makefs')) -# conf.set_quoted('SYSTEMD_GROWFS_PATH', join_paths(rootlibexecdir, 'elogind-growfs')) +# conf.set_quoted('SYSTEMD_MAKEFS_PATH', join_paths(rootlibexecdir, 'systemd-makefs')) +# conf.set_quoted('SYSTEMD_GROWFS_PATH', join_paths(rootlibexecdir, 'systemd-growfs')) # conf.set_quoted('SYSTEMD_SHUTDOWN_BINARY_PATH', join_paths(rootlibexecdir, 'systemd-shutdown')) # conf.set_quoted('SYSTEMD_SLEEP_BINARY_PATH', join_paths(rootlibexecdir, 'systemd-sleep')) # conf.set_quoted('SYSTEMCTL_BINARY_PATH', join_paths(rootbindir, 'systemctl')) @@ -2495,8 +2495,8 @@ executable('elogind-cgroups-agent', # install_dir : rootbindir) # public_programs += [exe] # -# test('test-elogind-tmpfiles', -# test_elogind_tmpfiles_py, +# test('test-systemd-tmpfiles', +# test_systemd_tmpfiles_py, # args : exe.full_path()) # # https://github.com/mesonbuild/meson/issues/2681 # endif