Latest update - 7327, Version bump
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user