diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-07-17 10:15:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-17 10:15:07 +0000 |
commit | 66a874beb2cc150ea6342c93afe48b293c1941a2 (patch) | |
tree | 22b7365b3d0ebcd8f952602191009bc247688be0 /src/http/modules/perl/nginx.pm | |
parent | 984923022223035702be2038c18bff5ba180fdf1 (diff) | |
download | nginx-66a874beb2cc150ea6342c93afe48b293c1941a2.tar.gz nginx-66a874beb2cc150ea6342c93afe48b293c1941a2.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 772e6cd75..f510f2df0 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.6.4'; +our $VERSION = '0.6.5'; require XSLoader; XSLoader::load('nginx', $VERSION); |