diff options
author | Ruslan Ermilov <ru@nginx.com> | 2020-11-26 23:46:59 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2020-11-26 23:46:59 +0300 |
commit | 4f7a9ec7a970e9b8b5b89748c73f4912b2315be3 (patch) | |
tree | 7bbf84c202fd5fd8598d8d58581ba290bc693aaa /src | |
parent | 84a2201964df4c255f7b605951a0ddbae124184f (diff) | |
download | nginx-4f7a9ec7a970e9b8b5b89748c73f4912b2315be3.tar.gz nginx-4f7a9ec7a970e9b8b5b89748c73f4912b2315be3.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 fe064bb4f..e915be3e7 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1019005 -#define NGINX_VERSION "1.19.5" +#define nginx_version 1019006 +#define NGINX_VERSION "1.19.6" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |