2
0

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 22
  5. #define RTC_VERSION_PATCH 0
  6. #define RTC_VERSION "0.22.0"
  7. #endif