diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-02-05 14:49:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-02-05 14:49:52 +0000 |
commit | e980185ee00005f0570a95dd5f9cb6f79fed3b04 (patch) | |
tree | 4f81e8dd8e9cc9bf0887d4bccc2dace3889d0fce /src | |
parent | ef5c21317482733489e8523c4d189651ccc89e59 (diff) | |
download | nginx-e980185ee00005f0570a95dd5f9cb6f79fed3b04.tar.gz nginx-e980185ee00005f0570a95dd5f9cb6f79fed3b04.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 5d903d23f..622bb06fe 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.5.11" +#define NGINX_VERSION "0.5.12" #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 707307da7..fff4c60f7 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.5.11'; +our $VERSION = '0.5.12'; require XSLoader; XSLoader::load('nginx', $VERSION); |