]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/version/version.h.in
Merge pull request #31000 from flatcar-hub/krnowak/mutable-overlays
[thirdparty/systemd.git] / src / version / version.h.in
1 /* SPDX-License-Identifier: LGPL-2.1-or-later
2 *
3 * Detailed project version that includes git commit when not built from a release.
4 * Use this in preference to PROJECT_VERSION, with the following exceptions:
5 * - where a simplified form is expected for compatibility, for example
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 */
10 #define GIT_VERSION VERSION_TAG "@VCS_TAG@"