From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- Utilib/src/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Utilib/src/config.h (limited to 'Utilib/src/config.h') 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 -- cgit v1.2.3