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 | |
parent | b6222342d37030cef9ba71cf4f856bfd41688a07 (diff) | |
download | nginx-374944366103293969d86cbcd5eec7362cb46daf.tar.gz nginx-374944366103293969d86cbcd5eec7362cb46daf.zip |
bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/core/nginx.h | 4 | ||||
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
2 files changed, 3 insertions, 3 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" diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 7044a5f11..78e99c563 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.8.16'; +our $VERSION = '0.8.17'; require XSLoader; XSLoader::load('nginx', $VERSION); |