diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-14 23:22:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-14 23:22:34 +0000 |
commit | c996d3250d2bb7758afd3601b080bf7d04744e3f (patch) | |
tree | 256b263e46fc3808dac82e1cee22a31ed83026f4 /src/http/modules/perl/nginx.pm | |
parent | 31a56fa08ef19ecf7f9417e828e809b9d6c76b54 (diff) | |
download | nginx-c996d3250d2bb7758afd3601b080bf7d04744e3f.tar.gz nginx-c996d3250d2bb7758afd3601b080bf7d04744e3f.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 9cab14295..80c817d81 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.4'; +our $VERSION = '0.5.5'; require XSLoader; XSLoader::load('nginx', $VERSION); |