diff options
author | Ruslan Ermilov <ru@nginx.com> | 2017-01-10 17:13:01 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2017-01-10 17:13:01 +0300 |
commit | 72060f4ec87b50994e5b667b14215795120d906c (patch) | |
tree | 209c123256f576ecfbe4ba2dfbcb8fe72d6bf886 | |
parent | 98a9f80ba92ee95b0462eaac9051e20ae0eb628c (diff) | |
download | nginx-72060f4ec87b50994e5b667b14215795120d906c.tar.gz nginx-72060f4ec87b50994e5b667b14215795120d906c.zip |
Version bump.
-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 983179f1c..3c0686430 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1011008 -#define NGINX_VERSION "1.11.8" +#define nginx_version 1011009 +#define NGINX_VERSION "1.11.9" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |