1 2 3 4 5 6 7 8 9
#ifndef RTC_VERSION_H #define RTC_VERSION_H #define RTC_VERSION_MAJOR 0 #define RTC_VERSION_MINOR 22 #define RTC_VERSION_PATCH 2 #define RTC_VERSION "0.22.2" #endif