diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-05-26 07:31:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-05-26 07:31:40 +0000 |
commit | ce2229e2f729ab26c0589236f21a951dbee6a3fe (patch) | |
tree | 91bc016f29eb6fe326437b4b4fa0eaba3cf143d4 /src/http/modules/perl/nginx.pm | |
parent | 1417987fd640759d475fb7f4328678e45409f9de (diff) | |
download | nginx-ce2229e2f729ab26c0589236f21a951dbee6a3fe.tar.gz nginx-ce2229e2f729ab26c0589236f21a951dbee6a3fe.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 fa2fed8c6..2c88d9afd 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.3'; +our $VERSION = '1.0.4'; require XSLoader; XSLoader::load('nginx', $VERSION); |