mcl_version.h
Go to the documentation of this file.
1 
9 #ifndef MCL_VERSION_H_
10 #define MCL_VERSION_H_
11 
12 #define MCL_VERSION_MAJOR 4
13 #define MCL_VERSION_MINOR 3
14 #define MCL_VERSION_PATCH 1
15 
16 #define MCL_VERSION_NUMBER 0x04030100
17 #define MCL_VERSION_STRING "4.3.1"
18 
19 #endif //MCL_VERSION_H_