diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2021-11-23 12:52:43 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-11-23 12:52:43 +0300 |
commit | f3915c33e756f958d9f20641350febf202c0c24d (patch) | |
tree | 220e7cc1f66f31a509303d20da6b072384ada49b /src | |
parent | 3334585539168947650a37d74dd32973ab451d70 (diff) | |
download | nginx-f3915c33e756f958d9f20641350febf202c0c24d.tar.gz nginx-f3915c33e756f958d9f20641350febf202c0c24d.zip |
Version bump.
Diffstat (limited to 'src')
-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 bc4af23af..5ad6aff45 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1021004 -#define NGINX_VERSION "1.21.4" +#define nginx_version 1021005 +#define NGINX_VERSION "1.21.5" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |