no-OS
mykonos_version.h
Go to the documentation of this file.
1 
15 #ifndef MYKONOS_VERSION_H_
16 #define MYKONOS_VERSION_H_
17 
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21 
22 #define MYKONOS_CURRENT_SI_VERSION 1
23 #define MYKONOS_CURRENT_MAJOR_VERSION 5
24 #define MYKONOS_CURRENT_MINOR_VERSION 2
25 #define MYKONOS_CURRENT_BUILD_VERSION 3566
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif /* MYKONOS_VERSION_H_ */