96fb97d53a
- this would be the first 3.3 release, scripts still needed cleanup to handle all the changes in 3.3 - support "-alpha1" kinds of designation - support more versioning information in the headers
17 lines
470 B
C
17 lines
470 B
C
// SPDX-FileCopyrightText: no
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
//
|
|
// 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_LONG}"
|
|
|
|
#endif // CALAMARES_VERSION_H
|