diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-10 06:23:34 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-02-10 06:23:34 +0300 |
commit | 839c1997d9d314677e82069d44d9576f8bf2840b (patch) | |
tree | df63dc8b200074895a5fefe9585ba8ac8353245e /src | |
parent | 37fa0990c8df0c8bb78efdbf211388aeb6ae5a8e (diff) | |
download | nginx-839c1997d9d314677e82069d44d9576f8bf2840b.tar.gz nginx-839c1997d9d314677e82069d44d9576f8bf2840b.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 e416e90c5..dec7b8867 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1009011 -#define NGINX_VERSION "1.9.11" +#define nginx_version 1009012 +#define NGINX_VERSION "1.9.12" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |