diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-09-08 15:53:00 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-09-08 15:53:00 +0300 |
| commit | f27686cf380171c0f8d4a5fb746bee4df342445c (patch) | |
| tree | cd5363cac2318a3f57fe5c44a06f23ffb37c9199 /src/core | |
| parent | 465362e0664a4fe31cb5df8e757bc99b3c68f5fa (diff) | |
| parent | 97a5029ef441ffbe123c59669c18ab2c72ad3d09 (diff) | |
| download | nginx-f27686cf380171c0f8d4a5fb746bee4df342445c.tar.gz nginx-f27686cf380171c0f8d4a5fb746bee4df342445c.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'src/core')
| -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 51155410b..6b134945e 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1021002 -#define NGINX_VERSION "1.21.2" +#define nginx_version 1021003 +#define NGINX_VERSION "1.21.3" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |
