Latest update - 7327, Version bump

This commit is contained in:
2018-07-26 12:43:16 +09:00
parent c39ab11f1e
commit 925341b8ec
8 changed files with 101 additions and 9 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
#define nginx_version 1015002
#define NGINX_VERSION "1.15.2"
#define nginx_version 1015003
#define NGINX_VERSION "1.15.3"
#define NGINX_VER "nginx/" NGINX_VERSION " by Hakase"
#define NGINX_SERVER_FULL NGINX_SERVER "/" NGINX_VERSION
#define NGINX_ORIG "nginx/" NGINX_VERSION
+2 -2
View File
@@ -47,12 +47,12 @@ typedef uint32_t ngx_tid_t;
#elif (NGX_DARWIN)
typedef uint64_t ngx_tid_t;
#define NGX_TID_T_FMT "%uA"
#define NGX_TID_T_FMT "%uL"
#else
typedef uint64_t ngx_tid_t;
#define NGX_TID_T_FMT "%uA"
#define NGX_TID_T_FMT "%uL"
#endif