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
|