--- lbbs/include/common.h 2025/06/24 10:01:24 1.44 +++ lbbs/include/common.h 2025/06/28 01:30:19 1.47 @@ -26,7 +26,7 @@ // Version #define APP_NAME "LBBS" -#define APP_VER "1.1.0" +#define APP_VER "1.2.1" #define APP_INFO (APP_NAME " version " APP_VER " build on " __DATE__ " " __TIME__) // Enviroment @@ -96,8 +96,6 @@ extern volatile int SYS_server_exit; extern volatile int SYS_child_process_count; extern volatile int SYS_child_exit; extern volatile int SYS_conf_reload; -extern volatile int SYS_data_file_reload; -extern volatile int SYS_section_list_reload; // Network extern const char *ip_mask(char *s, int level, char mask);