diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-23 15:27:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-23 15:27:17 +0000 |
commit | 374944366103293969d86cbcd5eec7362cb46daf (patch) | |
tree | 71d0e1ccfc57a78f25e1ba2d7f153c25b65c3d97 /src/core/nginx.h | |
parent | b6222342d37030cef9ba71cf4f856bfd41688a07 (diff) | |
download | nginx-374944366103293969d86cbcd5eec7362cb46daf.tar.gz nginx-374944366103293969d86cbcd5eec7362cb46daf.zip |
bump version
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 2aefb7b92..2976408dd 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 8016 -#define NGINX_VERSION "0.8.16" +#define nginx_version 8017 +#define NGINX_VERSION "0.8.17" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |