summaryrefslogtreecommitdiff
path: root/Utilib/src/config.h
diff options
context:
space:
mode:
authorstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
committerstainer_t <thomas.stainer@oecd-nea.org>2025-09-08 13:48:49 +0200
commit7dfcc480ba1e19bd3232349fc733caef94034292 (patch)
tree03ee104eb8846d5cc1a981d267687a729185d3f3 /Utilib/src/config.h
Initial commit from Polytechnique Montreal
Diffstat (limited to 'Utilib/src/config.h')
-rw-r--r--Utilib/src/config.h6
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