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 23 #define RTC_VERSION_PATCH 2 #define RTC_VERSION "0.23.2" #endif