diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-24 14:56:47 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-08-24 14:56:47 +0200 |
| commit | 9fcfc3215a4caaa32872abc9cfc6deeb86b9765c (patch) | |
| tree | f8e003a8f4fafff228cb9feb45ecb82051130330 /include/config.hpp | |
| parent | df9353ecbdadc5ff4efe42c242e233cacedea50b (diff) | |
save files for admistration, contacts, projects, tax rates and cost centers
Diffstat (limited to 'include/config.hpp')
| -rw-r--r-- | include/config.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.hpp b/include/config.hpp index 3279e2e..88fd041 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -1,5 +1,7 @@ #pragma once +#define PROGRAM_VERSION "0.1.0" + #include "stdint.h" #define s8 int8_t |
