version.h 167 B

123456789
  1. #ifndef RTC_VERSION_H
  2. #define RTC_VERSION_H
  3. #define RTC_VERSION_MAJOR 0
  4. #define RTC_VERSION_MINOR 23
  5. #define RTC_VERSION_PATCH 0
  6. #define RTC_VERSION "0.23.0"
  7. #endif