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 "@VCS_TAG@"
11