app_ver.h 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #ifndef _APP_VER_H_ #define _APP_VER_H_ //#define POWER_ON_FIRST_TO_ECO_STANDBY const char *project_date_get(void); const char *project_version_get(void); const char *project_version_iPod_get(void); #endif //_APP_VER_H_