diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2019-12-05 19:22:48 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2019-12-05 19:22:48 +0300 |
commit | d77ec5493cd2d3dc5350c0e2725be963fef1a1e8 (patch) | |
tree | d7479850db6a19cfec152cb65698428e2d84c653 /src/core/nginx.h | |
parent | 7f15b4592e6f7edfbe4af9376b53867999c4eb42 (diff) | |
download | nginx-d77ec5493cd2d3dc5350c0e2725be963fef1a1e8.tar.gz nginx-d77ec5493cd2d3dc5350c0e2725be963fef1a1e8.zip |
Version bump.
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 36c784f51..63efbf265 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1017006 -#define NGINX_VERSION "1.17.6" +#define nginx_version 1017007 +#define NGINX_VERSION "1.17.7" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |