diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-07-31 12:41:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-07-31 12:41:02 +0000 |
commit | 5fab2826982fd35214c54fa72498769e4d906ff3 (patch) | |
tree | a621e6330ba49af869fc42a2440452a21e0eb164 /src/http/modules/perl/nginx.pm | |
parent | fe9f5d5a029c841988fdcce2bca10dcdb57b12bc (diff) | |
download | nginx-5fab2826982fd35214c54fa72498769e4d906ff3.tar.gz nginx-5fab2826982fd35214c54fa72498769e4d906ff3.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 75d0a1307..52a7bcecc 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.7'; +our $VERSION = '0.8.8'; require XSLoader; XSLoader::load('nginx', $VERSION); |