diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-02-01 21:15:11 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-02-01 21:15:11 +0100 |
| commit | a575fea2bc094831996c47a6a84497b964a90e02 (patch) | |
| tree | 59ff4add7dac624fbdf3cb7ad1688c706c0d3284 /src/config.h.in | |
| parent | e0babeaf88b2a434b10ffb65824440b1adfaa151 (diff) | |
Add help menu and about dialog
Diffstat (limited to 'src/config.h.in')
| -rw-r--r-- | src/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index b00a11d..4c4ac80 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -3,3 +3,5 @@ #define OCHESS_MINOR "@PROJECT_VERSION_MINOR@" #define OCHESS_PATCH "@PROJECT_VERSION_PATCH@" #define OCHESS_TWEAK "@PROJECT_VERSION_TWEAK@" + +#define BUILD_TIME "@BUILD_TIME@" |
