]> git.ipfire.org Git - thirdparty/systemd.git/commit
Remove use of PACKAGE_STRING
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Dec 2018 08:29:32 +0000 (09:29 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 19 Dec 2018 08:29:32 +0000 (09:29 +0100)
commitd2aaf130991149055f2f9b606d0b52d673d75cfd
tree5f02a3ba8e5bd0696416cbf69eaddb68ad143474
parentfcfb1f775ed0e9d282607bb118ba788b98952855
Remove use of PACKAGE_STRING

PACKAGE_VERSION is more explicit, and also, we don't pretend that changing the
project name in meson.build has any real effect. "systemd" is embedded in a
thousand different places, so let's just use the hardcoded string consistently.
This is mostly in preparation for future changes.
meson.build
src/basic/util.c
src/core/main.c
src/journal-remote/journal-upload.c