rtspReceive/includes/rtc/version.h
2024-03-21 16:23:30 +08:00

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