add version info

This commit is contained in:
Recep Aslantas
2017-05-21 01:31:25 +03:00
parent fb444203b6
commit 02513b77c1
4 changed files with 19 additions and 3 deletions

15
include/cglm-version.h Normal file
View File

@@ -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 2
#define CGLM_VERSION_PATCH 0
#endif /* cglm_version_h */