diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2014-12-04 16:37:31 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2014-12-04 16:37:31 +0300 |
commit | 811281ec362cbde44fced67819f1607baeb75be3 (patch) | |
tree | 6a1739cd9075b890e6805252497568b38f7ad965 /src/core/nginx.h | |
parent | f4904d2debe162c7e4543d8425b15c0567711634 (diff) | |
download | nginx-811281ec362cbde44fced67819f1607baeb75be3.tar.gz nginx-811281ec362cbde44fced67819f1607baeb75be3.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 c9007a138..4c4b8e404 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1007008 -#define NGINX_VERSION "1.7.8" +#define nginx_version 1007009 +#define NGINX_VERSION "1.7.9" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |