Add separate definitions for XTLDR version
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 26s
Builds / ExectOS (i686) (push) Successful in 26s

This commit is contained in:
2023-12-18 23:37:06 +01:00
parent 019fdab193
commit edcce638be
2 changed files with 7 additions and 0 deletions

View File

@@ -29,4 +29,7 @@
#define XTOS_COMPILER_NAME "@CMAKE_C_COMPILER_ID@"
#define XTOS_COMPILER_VERSION "@CMAKE_C_COMPILER_VERSION@"
#define XTLDR_VERSION_MAJOR @XTLDR_VERSION_MAJOR@
#define XTLDR_VERSION_MINOR @XTLDR_VERSION_MINOR@
#endif /* __XTGEN_XTVER_H */