diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-07-15 23:34:37 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-07-15 23:35:46 +0200 |
commit | 90859107c8686c8798bff26aeb8ff17cea54bee1 (patch) | |
tree | aeba2ab0ff6645fa5fda5d346246280d18113e35 /xW/config.h.in | |
parent | 0219dbd02615498f4a931e33ef2337e0bbf9b526 (diff) | |
download | xK-90859107c8686c8798bff26aeb8ff17cea54bee1.tar.gz xK-90859107c8686c8798bff26aeb8ff17cea54bee1.tar.xz xK-90859107c8686c8798bff26aeb8ff17cea54bee1.zip |
xW: set version information
Diffstat (limited to 'xW/config.h.in')
-rw-r--r-- | xW/config.h.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/xW/config.h.in b/xW/config.h.in index 2bfe8fc..f978cac 100644 --- a/xW/config.h.in +++ b/xW/config.h.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 |