From 118980e02e59ff31871df59dce257075394f3533 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 25 Jan 2026 15:10:37 -0600 Subject: wip --- include/cglm/version.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/cglm/version.h (limited to 'include/cglm/version.h') diff --git a/include/cglm/version.h b/include/cglm/version.h new file mode 100644 index 0000000..9e815d4 --- /dev/null +++ b/include/cglm/version.h @@ -0,0 +1,15 @@ +/* + * Copyright (c), Recep Aslantas. + * + * MIT License (MIT), http://opensource.org/licenses/MIT + * Full license can be found in the LICENSE file + */ + +#ifndef cglm_version_h +#define cglm_version_h + +#define CGLM_VERSION_MAJOR 0 +#define CGLM_VERSION_MINOR 9 +#define CGLM_VERSION_PATCH 6 + +#endif /* cglm_version_h */ -- cgit