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-05 11:22:45 +0300
committerIgor Sysoev <igor@sysoev.ru>2009-03-05 11:22:45 +0300
commit72cdf92a918f2e88109a48db09aed1be05a5ef62 (patch)
tree04488e4b7a4f31a4baddb702dabac7ab9099f98f /src/http/modules/perl
parentfb2e8bacb2338adc7c84873836dafc5122913a42 (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 434893e71..350a3d626 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.39';
+our $VERSION = '0.7.40';
require XSLoader;
XSLoader::load('nginx', $VERSION);