]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/version/version.h.in
meson: Decouple the version tag from the vcs tag
[thirdparty/systemd.git] / src / version / version.h.in
CommitLineData
30e31503
ZJS
1/* SPDX-License-Identifier: LGPL-2.1-or-later
2 *
3 * Detailed project version that includes git commit when not built from a release.
6ffeca8c 4 * Use this in preference to PROJECT_VERSION, with the following exceptions:
162392b7 5 * - where a simplified form is expected for compatibility, for example
6ffeca8c
ZJS
6 * 'udevadm version',
7 * - where a simplified machine-parsable form is more useful, for example
8 * pkgconfig files and version information written to binary files.
9 */
3f6ce3d4 10#define GIT_VERSION VERSION_TAG "@VCS_TAG@"