diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-04-24 06:26:56 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-04-24 06:26:56 +0000 |
commit | 359561d6cc9a98e56053407aefa5dc122d7b4e2c (patch) | |
tree | 7c5adb4a211a88dd995790800a803f0396639086 /src/http/modules/perl/nginx.pm | |
parent | 5f42e977748f40ab302cb8b3087f0d309cd07338 (diff) | |
download | nginx-359561d6cc9a98e56053407aefa5dc122d7b4e2c.tar.gz nginx-359561d6cc9a98e56053407aefa5dc122d7b4e2c.zip |
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 3319c3fc5..d6f47c078 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.19'; +our $VERSION = '0.5.20'; require XSLoader; XSLoader::load('nginx', $VERSION); |