diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-08-13 16:59:16 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-13 16:59:16 +0000 |
commit | 6f39513828a100cf95dfbf4b0b6a544ec43fac5b (patch) | |
tree | 0cf48e3e5957b91bb1944d38ba04016dc2a3358c /src | |
parent | 52bc725ae64ea570a3287a301eb66290da80c159 (diff) | |
download | nginx-6f39513828a100cf95dfbf4b0b6a544ec43fac5b.tar.gz nginx-6f39513828a100cf95dfbf4b0b6a544ec43fac5b.zip |
bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/core/nginx.h | 2 | ||||
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 6502b3b8e..9b30caa0b 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.7.10" +#define NGINX_VERSION "0.7.11" #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 96507c1cf..911e574dc 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.7.10'; +our $VERSION = '0.7.11'; require XSLoader; XSLoader::load('nginx', $VERSION); |