aboutsummaryrefslogtreecommitdiff
path: root/include/flatcc/flatcc_version.h
blob: 78bc9c8d358a1da29920522b4b8b524e799ecded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef __cplusplus
extern "C" {
#endif

#define FLATCC_VERSION_TEXT "0.6.2"
#define FLATCC_VERSION_MAJOR 0
#define FLATCC_VERSION_MINOR 6
#define FLATCC_VERSION_PATCH 2
/* 1 or 0 */
#define FLATCC_VERSION_RELEASED 0

#ifdef __cplusplus
}
#endif