mirror of https://github.com/cutefishos/calamares
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
396 B
C
14 lines
396 B
C
// 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
|
|
#cmakedefine CALAMARES_VERSION "${CALAMARES_VERSION}"
|
|
|
|
#endif // CALAMARES_VERSION_H
|