xW: set version information
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define PROGRAM_VERSION "${project_version}"
|
||||
#define PROJECT_NAME "${PROJECT_NAME}"
|
||||
#define PROJECT_VERSION "${project_version}"
|
||||
#define PROJECT_DESCRIPTION "${PROJECT_DESCRIPTION}"
|
||||
#define PROJECT_AUTHOR "Přemysl Eric Janouch"
|
||||
|
||||
#define PROJECT_MAJOR (${PROJECT_VERSION_MAJOR}-0)
|
||||
#define PROJECT_MINOR (${PROJECT_VERSION_MINOR}-0)
|
||||
#define PROJECT_PATCH (${PROJECT_VERSION_PATCH}-0)
|
||||
#define PROJECT_TWEAK (${PROJECT_VERSION_TWEAK}-0)
|
||||
|
||||
#endif // ! CONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user