diff --git a/ngx_http_flv_live_module.c b/ngx_http_flv_live_module.c index 4ec78fb..c9ac161 100644 --- a/ngx_http_flv_live_module.c +++ b/ngx_http_flv_live_module.c @@ -82,6 +82,7 @@ static u_char ngx_http_server_full_string[] = "Server: " NGINX_VER CRLF; static u_char ngx_http_server_build_string[] = "Server: " NGINX_VER_BUILD CRLF; #endif + static ngx_str_t ngx_http_status_lines[] = { ngx_string("200 OK"), diff --git a/ngx_rtmp_version.h b/ngx_rtmp_version.h index 60465dc..4511349 100644 --- a/ngx_rtmp_version.h +++ b/ngx_rtmp_version.h @@ -9,8 +9,8 @@ #define _NGX_RTMP_VERSION_H_INCLUDED_ -#define nginx_rtmp_version 1002002 -#define NGINX_RTMP_VERSION "1.2.2" +#define nginx_rtmp_version 1002003 +#define NGINX_RTMP_VERSION "1.2.3" #endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */