--- lbbs/include/common.h 2025/06/24 13:30:52 1.45 +++ lbbs/include/common.h 2025/07/02 04:17:33 1.49 @@ -26,7 +26,7 @@ // Version #define APP_NAME "LBBS" -#define APP_VER "1.2.0" +#define APP_VER "1.3.0" #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);