--- lbbs/include/common.h 2025/11/05 01:37:00 1.61 +++ lbbs/include/common.h 2025/11/05 01:51:20 1.62 @@ -30,7 +30,7 @@ enum common_constant_t }; // Version -#define APP_INFO (PACKAGE_STRING " build on " __DATE__ " " __TIME__) +extern const char APP_INFO[]; // Enviroment extern const char CONF_BBSD[];