version.h (110B)
1 #ifndef VERSION_H 2 #define VERSION_H 3 4 #define VERSION "version 2.2-2 (20110305)" 5 //#define VERSION "" 6 7 #endif 8