diff options
| author | stainer_t <thomas.stainer@oecd-nea.org> | 2025-09-08 13:48:49 +0200 |
|---|---|---|
| committer | stainer_t <thomas.stainer@oecd-nea.org> | 2025-09-08 13:48:49 +0200 |
| commit | 7dfcc480ba1e19bd3232349fc733caef94034292 (patch) | |
| tree | 03ee104eb8846d5cc1a981d267687a729185d3f3 /Utilib/src/config.h | |
Initial commit from Polytechnique Montreal
Diffstat (limited to 'Utilib/src/config.h')
| -rw-r--r-- | Utilib/src/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilib/src/config.h b/Utilib/src/config.h new file mode 100644 index 0000000..5f5544c --- /dev/null +++ b/Utilib/src/config.h @@ -0,0 +1,6 @@ +#ifndef FREESTEAM_CONFIG_H +#define FREESTEAM_CONFIG_H + +#define FREESTEAM_VERSION "2.0" + +#endif |
