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-06-03 08:51:52 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-06-03 08:51:52 +0400
commit05ff657234c66fbcb4a54adeb1fed9bd73540d83 (patch)
treee67c0522f6c4a95c47e12eb7419d250714cd23d3 /src/http/modules/perl
parentff8721f39656e8dac733fdab91f7ab86fe817fbe (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 5901d38a9..7c2bc0ec7 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.8.0';
+our $VERSION = '0.8.1';
require XSLoader;
XSLoader::load('nginx', $VERSION);