10 lines
176 B
C
10 lines
176 B
C
|
#ifndef RTC_VERSION_H
|
||
|
#define RTC_VERSION_H
|
||
|
|
||
|
#define RTC_VERSION_MAJOR 0
|
||
|
#define RTC_VERSION_MINOR 20
|
||
|
#define RTC_VERSION_PATCH 2
|
||
|
#define RTC_VERSION "0.20.2"
|
||
|
|
||
|
#endif
|