diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2015-09-24 17:18:42 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2015-09-24 17:18:42 +0300 |
commit | 49766257fedf9fc9351d77a8788fa441c1d4f1b9 (patch) | |
tree | aaaec45fae2129270b26f6ec77ad2c29527640fc /src/core/nginx.h | |
parent | 7c2e7816cb1364176ca4b06954f617eb6dd28652 (diff) | |
download | nginx-49766257fedf9fc9351d77a8788fa441c1d4f1b9.tar.gz nginx-49766257fedf9fc9351d77a8788fa441c1d4f1b9.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 34a6a8028..56e958761 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1009005 -#define NGINX_VERSION "1.9.5" +#define nginx_version 1009006 +#define NGINX_VERSION "1.9.6" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |