diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-12-08 17:59:43 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-08 17:59:43 +0000 |
commit | 17b5953e718a20307294f91ed10afd4fc3665a31 (patch) | |
tree | 0dfeae17fff3b714ac0b2b22306d99ca329c4c67 /src/http/modules/perl/nginx.pm | |
parent | f78d9d55db2c97e0baedd6242d7c650714a31020 (diff) | |
download | nginx-17b5953e718a20307294f91ed10afd4fc3665a31.tar.gz nginx-17b5953e718a20307294f91ed10afd4fc3665a31.zip |
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 2f65af218..d1c895b2b 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.25'; +our $VERSION = '0.7.26'; require XSLoader; XSLoader::load('nginx', $VERSION); |