version.h 200 B

12345678910
  1. #ifndef VERSION_H
  2. #define VERSION_H
  3. #ifndef VERSION_STR_POSTFIX
  4. #define VERSION_STR_POSTFIX ""
  5. #endif /* VERSION_STR_POSTFIX */
  6. #define VERSION_STR "2.2" VERSION_STR_POSTFIX
  7. #endif /* VERSION_H */