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-05-01 23:13:37 +0400
committerIgor Sysoev <igor@sysoev.ru>2009-05-01 23:13:37 +0400
commite7d99eff2c52f54f347ad76b7d111d589e39820f (patch)
treeff142703ffd690783e42100ce6688357b0aded6d /src/http/modules
parent74078e279773dd31ac9928598a9ee0b143e2a724 (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 47bc83e24..2c5b74f62 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.54';
+our $VERSION = '0.7.55';
require XSLoader;
XSLoader::load('nginx', $VERSION);