Files
2025-12-03 11:12:34 +08:00

10 lines
162 B
C

#ifndef __APP_VERSION_H__
#define __APP_VERSION_H__
extern char __VERSION_BEGIN[];
extern char __VERSION_END[];
const char *sdk_version_info_get(void);
#endif