diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-03-13 06:39:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-13 06:39:00 +0000 |
commit | 822795966837e5f44ae51c214f9262111569a422 (patch) | |
tree | d2c68bcccb1d4af407ff1aec8cbe6d632e34e81c /src/http/modules/perl/nginx.pm | |
parent | 41a1f33537ab623b654898a9927e799d0eeca5b5 (diff) | |
download | nginx-822795966837e5f44ae51c214f9262111569a422.tar.gz nginx-822795966837e5f44ae51c214f9262111569a422.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 77ca6b53c..822ae81ea 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.28'; +our $VERSION = '0.6.29'; require XSLoader; XSLoader::load('nginx', $VERSION); |