Zen API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
kApiVersion.h
Go to the documentation of this file.
1 /**
2  * @file kApiVersion.h
3  * @brief Provides kApi version macros.
4  *
5  * @internal
6  * Copyright (C) 2008-2014 by LMI Technologies Inc.
7  * Licensed under the MIT License.
8  * Redistributed files must retain the above copyright notice.
9  */
10 #ifndef K_API_VERSION_H
11 #define K_API_VERSION_H
12 
13 #include <kApi/kApiDef.h>
14 
15 #define kAPI_VERSION_MAJOR 6
16 #define kAPI_VERSION_MINOR 0
17 #define kAPI_VERSION_RELEASE 14
18 #define kAPI_VERSION_BUILD 24
19 
20 #define kAPI_VERSION kVersion_Stringify_(kAPI_VERSION_MAJOR, kAPI_VERSION_MINOR, kAPI_VERSION_RELEASE, kAPI_VERSION_BUILD)
21 
22 #endif
Essential API declarations.