version.h 335 B

1234567891011121314
  1. #ifndef VERSION_H
  2. #define VERSION_H
  3. #ifndef VERSION_STR_POSTFIX
  4. #define VERSION_STR_POSTFIX ""
  5. #endif /* VERSION_STR_POSTFIX */
  6. #ifndef GIT_VERSION_STR_POSTFIX
  7. #define GIT_VERSION_STR_POSTFIX ""
  8. #endif /* GIT_VERSION_STR_POSTFIX */
  9. #define VERSION_STR "2.6-devel" VERSION_STR_POSTFIX GIT_VERSION_STR_POSTFIX
  10. #endif /* VERSION_H */