2020-08-20 22:42:19 +02:00
|
|
|
// SPDX-FileCopyrightText: no
|
|
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
//
|
2020-07-28 14:59:36 +02:00
|
|
|
// Same as CalamaresVersion.h, but with a full-git-extended VERSION
|
|
|
|
// rather than the short (vM.m.p) semantic version.
|
|
|
|
#ifndef CALAMARES_VERSION_H
|
|
|
|
|
|
|
|
// On purpose, do not define the guard, but let CalamaresVersion.h do it
|
|
|
|
// #define CALAMARES_VERSION_H
|
|
|
|
|
|
|
|
#include "CalamaresVersion.h"
|
|
|
|
|
|
|
|
#undef CALAMARES_VERSION
|
2022-06-26 23:49:11 +02:00
|
|
|
#cmakedefine CALAMARES_VERSION "${CALAMARES_VERSION_LONG}"
|
2020-07-28 14:59:36 +02:00
|
|
|
|
|
|
|
#endif // CALAMARES_VERSION_H
|