Skip to content

Commit b81b82c

Browse files
committed
[dev] update version.
1 parent f3401d4 commit b81b82c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ngx_http_flv_live_module.c

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static u_char ngx_http_server_full_string[] = "Server: " NGINX_VER CRLF;
8282
static u_char ngx_http_server_build_string[] = "Server: " NGINX_VER_BUILD CRLF;
8383
#endif
8484

85+
8586
static ngx_str_t ngx_http_status_lines[] = {
8687

8788
ngx_string("200 OK"),

ngx_rtmp_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#define _NGX_RTMP_VERSION_H_INCLUDED_
1010

1111

12-
#define nginx_rtmp_version 1002002
13-
#define NGINX_RTMP_VERSION "1.2.2"
12+
#define nginx_rtmp_version 1002003
13+
#define NGINX_RTMP_VERSION "1.2.3"
1414

1515

1616
#endif /* _NGX_RTMP_VERSION_H_INCLUDED_ */

0 commit comments

Comments
 (0)