diff options
author | Vladimir Homutov <vl@nginx.com> | 2017-01-26 11:44:55 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2017-01-26 11:44:55 +0300 |
commit | dbb698363b344fc524f8089dd7a97a3f93fe9bfe (patch) | |
tree | 0fe18f10a814d96661946359e406ec861e5b8879 /src | |
parent | 9ccc7ac0e89a7fb224735b6f96133557e0bb3f9d (diff) | |
download | nginx-dbb698363b344fc524f8089dd7a97a3f93fe9bfe.tar.gz nginx-dbb698363b344fc524f8089dd7a97a3f93fe9bfe.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 3c0686430..57798ee90 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1011009 -#define NGINX_VERSION "1.11.9" +#define nginx_version 1011010 +#define NGINX_VERSION "1.11.10" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |