diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-02-14 10:14:07 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-02-14 10:14:07 +0300 |
commit | a767450093200c76dba8851a9453f13296dd6371 (patch) | |
tree | d8defe592e6ce44e1dd79ebbd6915bc215855403 /src/core/nginx.h | |
parent | 45a8ca0e7a1ae7ec4f7769919e9f3e007113d5ad (diff) | |
parent | 828fb94e1dbe1c433edd39147ba085c4622c99ed (diff) | |
download | nginx-a767450093200c76dba8851a9453f13296dd6371.tar.gz nginx-a767450093200c76dba8851a9453f13296dd6371.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 daac21e2c..43e658259 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1021006 -#define NGINX_VERSION "1.21.6" +#define nginx_version 1021007 +#define NGINX_VERSION "1.21.7" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |