Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-02-21 12:44:57 +0300
committerIgor Sysoev <igor@sysoev.ru>2009-02-21 12:44:57 +0300
commit5e988a4ec612d2f7440ac025e5659ea1c94a25f0 (patch)
tree5cc0afde5f9cb2b7f7b8b589f4e6081d7f9d52bc /src/http/modules/perl
parent10c4b0520d9f4c90dc0f0e91e168542c142c1f72 (diff)
bump version
Diffstat (limited to 'src/http/modules/perl')
-rw-r--r--src/http/modules/perl/nginx.pm2
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);