From efd2491a3d19160d9cae2a094e7baa9f2d958196 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 26 Feb 2024 18:54:16 +0000 Subject: Implement initial version --- src/version.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/version.h (limited to 'src/version.h') diff --git a/src/version.h b/src/version.h new file mode 100644 index 0000000..89d1553 --- /dev/null +++ b/src/version.h @@ -0,0 +1,3 @@ +#define VERSION "1.0" +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 -- cgit v1.2.3