rtspReceive/includes/rtc/version.h

10 lines
176 B
C
Raw Normal View History

2024-03-21 16:23:30 +08:00
#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