diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-08-18 16:22:00 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-08-18 16:22:00 +0300 |
commit | fd6df645ebf2de0ba7bcd8df2dfd7337f5ab516f (patch) | |
tree | e80276b4b7c41ed0d6c4f960064d59f50d7ddb62 /src/core/nginx.h | |
parent | ff1941d6ddb014da8b085c7ca9ba1098b4ec35a5 (diff) | |
parent | b2d09a4cdd865a8997f68fbaa1e928f0dc0b6ef0 (diff) | |
download | nginx-fd6df645ebf2de0ba7bcd8df2dfd7337f5ab516f.tar.gz nginx-fd6df645ebf2de0ba7bcd8df2dfd7337f5ab516f.zip |
Merged with the default branch.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 49d35c2b9..10799a453 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1019001 -#define NGINX_VERSION "1.19.1" +#define nginx_version 1019002 +#define NGINX_VERSION "1.19.2" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |