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-03-11 15:57:26 +0300
committerIgor Sysoev <igor@sysoev.ru>2009-03-11 15:57:26 +0300
commitda404fcfe5d9556d210b45dc281a8bc0265a6a33 (patch)
tree637e1654372376ad49bb392932a2f16921406cd5 /src/http/modules
parent722ec52b763a1604630216bd11c47c01cf4f8032 (diff)
bump version
Diffstat (limited to 'src/http/modules')
-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 350a3d626..a780ee43b 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.40';
+our $VERSION = '0.7.41';
require XSLoader;
XSLoader::load('nginx', $VERSION);