aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-27 12:55:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-27 12:55:05 +0000
commit9434ae59e8ced8018f48170402f9d80f4c1a68d0 (patch)
tree02a4b25d1939bf92a79de2f696fd3b2bc578af49 /src/http/modules/perl/nginx.pm
parent8e43e79d28f25d19f08991fd409d23abda731d2e (diff)
downloadnginx-9434ae59e8ced8018f48170402f9d80f4c1a68d0.tar.gz
nginx-9434ae59e8ced8018f48170402f9d80f4c1a68d0.zip
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-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 3e173eb23..460ecb7e6 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.38';
+our $VERSION = '0.8.39';
require XSLoader;
XSLoader::load('nginx', $VERSION);