diff options
Diffstat (limited to 'include/cglm/version.h')
| -rw-r--r-- | include/cglm/version.h | 15 |
1 files changed, 15 insertions, 0 deletions
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 */ |
