diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-10-01 05:35:34 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-10-01 05:35:34 +0000 |
| commit | 023e0da8dc6b01d6c7a226963edec97d08ca91ad (patch) | |
| tree | b95801d07d2988747badd8c21d2ce93f14394ead /src/http/modules/perl/nginx.pm | |
| parent | a810216c01ca149721177c744e84c0c254085ffd (diff) | |
| download | nginx-023e0da8dc6b01d6c7a226963edec97d08ca91ad.tar.gz nginx-023e0da8dc6b01d6c7a226963edec97d08ca91ad.tar.bz2 | |
Version bump.
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 911502f6e..a4736a4cb 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 = '1.0.7'; +our $VERSION = '1.0.8'; require XSLoader; XSLoader::load('nginx', $VERSION); |
