1 #ifndef CONFIG_H
2 #define CONFIG_H
3 
4 #define SEMS_VERSION "1.1.0-dev"
5 #define OS "Linux"
6 #define ARCH "32"
7 
8 #endif // CONFIG_H
9