11 #ifndef MPS_VERSION_H_
12 #define MPS_VERSION_H_
14 #ifndef MPS_MAJOR_VERSION
15 #define MPS_MAJOR_VERSION 3
18 #ifndef MPS_MINOR_VERSION
19 #define MPS_MINOR_VERSION 2
22 #ifndef MPS_PATCH_VERSION
23 #define MPS_PATCH_VERSION 1
26 const char * mps_get_version ();
28 unsigned int mps_get_major_version();
30 unsigned int mps_get_minor_version();
32 unsigned int mps_get_patch_version();