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