Skip to content

Commit

Permalink
[dev] update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
winshining committed Mar 27, 2018
1 parent f3401d4 commit b81b82c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ngx_http_flv_live_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
4 changes: 2 additions & 2 deletions ngx_rtmp_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit b81b82c

Please sign in to comment.