FluentUI/.cmake/Version.h.in

12 lines
275 B
C
Raw Permalink Normal View History

2023-08-10 16:08:27 +08:00
#ifndef VERSION_H
#define VERSION_H
#include <QtGlobal>
2023-08-27 09:11:44 +08:00
#define APPLICATION_FULL_VERSION "${GIT_SEMVER}.${GIT_COMMIT_COUNT}"
2023-08-10 16:08:27 +08:00
#define VERSION_COUNTER ${GIT_COMMIT_COUNT}
#define COMMIT_HASH "${GIT_DESCRIBE}"
2023-08-27 09:11:44 +08:00
#define APPLICATION_VERSION "${GIT_SEMVER}"
2023-08-10 16:08:27 +08:00
#endif // VERSION_H