diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-02-21 09:44:57 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-21 09:44:57 +0000 |
commit | 5e988a4ec612d2f7440ac025e5659ea1c94a25f0 (patch) | |
tree | 5cc0afde5f9cb2b7f7b8b589f4e6081d7f9d52bc /src/http/modules/perl/nginx.pm | |
parent | 10c4b0520d9f4c90dc0f0e91e168542c142c1f72 (diff) | |
download | nginx-5e988a4ec612d2f7440ac025e5659ea1c94a25f0.tar.gz nginx-5e988a4ec612d2f7440ac025e5659ea1c94a25f0.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 d33310e27..cfe8ef511 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.7.36'; +our $VERSION = '0.7.37'; require XSLoader; XSLoader::load('nginx', $VERSION); |