diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-12-14 22:54:04 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-12-14 22:54:04 +0000 |
commit | dc61c0a153c50fbed2c9359ce9b637a5ffd7de72 (patch) | |
tree | 551938744c8214b3e2ac1f4c5bcc4b8d2ca2e995 /src/http/modules/perl/nginx.pm | |
parent | 0f2bd5ebd7486ad365c2fd3a0412a103069929a9 (diff) | |
download | nginx-dc61c0a153c50fbed2c9359ce9b637a5ffd7de72.tar.gz nginx-dc61c0a153c50fbed2c9359ce9b637a5ffd7de72.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 36429d8ae..422ae658f 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.9.3'; +our $VERSION = '0.9.4'; require XSLoader; XSLoader::load('nginx', $VERSION); |