diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2020-02-05 16:29:14 +0300 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-02-05 16:29:14 +0300 |
commit | b7ea950a12de0619c8030e4887f6901b3364d208 (patch) | |
tree | 0a157c341f8a416385bf8072d1bc340b17e386c6 /src/core/nginx.h | |
parent | 9e07862d6e9d37041a42bbfa34dd1f56ed547505 (diff) | |
download | nginx-b7ea950a12de0619c8030e4887f6901b3364d208.tar.gz nginx-b7ea950a12de0619c8030e4887f6901b3364d208.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 895f747eb..796c25c20 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1017008 -#define NGINX_VERSION "1.17.8" +#define nginx_version 1017009 +#define NGINX_VERSION "1.17.9" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |