version.h.in 243 B

123456789
  1. #ifndef RTC_VERSION_H
  2. #define RTC_VERSION_H
  3. #define RTC_VERSION_MAJOR @PROJECT_VERSION_MAJOR@
  4. #define RTC_VERSION_MINOR @PROJECT_VERSION_MINOR@
  5. #define RTC_VERSION_PATCH @PROJECT_VERSION_PATCH@
  6. #define RTC_VERSION "@PROJECT_VERSION@"
  7. #endif