diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2015-04-16 17:26:19 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2015-04-16 17:26:19 +0300 |
commit | 4091eb749b2b5d4c3cddf1fa350e90cb2a5861ec (patch) | |
tree | 05b98239e16e6db30a67f4964fc6619d64502ce6 /src | |
parent | cf31347ee84fdaa02f768e641d1a2f1352b6a56a (diff) | |
download | nginx-4091eb749b2b5d4c3cddf1fa350e90cb2a5861ec.tar.gz nginx-4091eb749b2b5d4c3cddf1fa350e90cb2a5861ec.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 6b4e85f43..347c25e82 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1007013 -#define NGINX_VERSION "1.7.13" +#define nginx_version 1009000 +#define NGINX_VERSION "1.9.0" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |