summaryrefslogtreecommitdiff
path: root/include/cglm/version.h
blob: 9e815d4060555c69fe2419185bbe8152caa9105e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */