diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2019-08-16 18:16:14 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2019-08-16 18:16:14 +0300 |
commit | e77ec60db1006849704a9f98a783bd0331d145ca (patch) | |
tree | 5825f3237ef7508f9e7a779faee888aa2d3d9af6 /src/core/nginx.h | |
parent | a43974f3f257be632f7b41be6b034d37a3d2bbc3 (diff) | |
download | nginx-e77ec60db1006849704a9f98a783bd0331d145ca.tar.gz nginx-e77ec60db1006849704a9f98a783bd0331d145ca.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 40dbe4e05..0ebc50af4 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1017003 -#define NGINX_VERSION "1.17.3" +#define nginx_version 1017004 +#define NGINX_VERSION "1.17.4" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |