diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-05-18 16:20:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-05-18 16:20:02 +0000 |
commit | 58e1f27d2b718b32ba04586cd52c4d4b9f9e3deb (patch) | |
tree | f853a98ea8a92fdd7a234eaf5a2668ae9d9b96fd /src/http/modules/perl/nginx.pm | |
parent | 3d24bad98c39cbcbdc4f21846d3b649a441543af (diff) | |
download | nginx-58e1f27d2b718b32ba04586cd52c4d4b9f9e3deb.tar.gz nginx-58e1f27d2b718b32ba04586cd52c4d4b9f9e3deb.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 c05474445..3e173eb23 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.8.37'; +our $VERSION = '0.8.38'; require XSLoader; XSLoader::load('nginx', $VERSION); |