diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-05-04 15:32:46 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-05-04 15:32:46 +0000 |
commit | ac72bd17d1c845b81aa9d1050b764ba1018ae462 (patch) | |
tree | e7df03607b73b7c1cca5438fa02b6022c0e37e74 /src/http/modules/perl/nginx.pm | |
parent | 2cca46c774157b529c439eafe0083d75e74f138a (diff) | |
download | nginx-ac72bd17d1c845b81aa9d1050b764ba1018ae462.tar.gz nginx-ac72bd17d1c845b81aa9d1050b764ba1018ae462.zip |
nginx-0.3.44-RELEASE importrelease-0.3.44
*) Feature: the "wait" parameter in the "include" SSI command.
*) Feature: the Ukrainian and Byelorussian characters were added to
koi-win conversion table.
*) Bugfix: in the SSI.
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 d87b2ec78..badd494b4 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -17,7 +17,7 @@ our @EXPORT = qw( HTTP_SERVER_ERROR ); -our $VERSION = '0.3.23'; +our $VERSION = '0.3.43'; require XSLoader; XSLoader::load('nginx', $VERSION); |