diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-08-21 19:46:20 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-08-21 19:46:20 +0000 |
| commit | a8803ade99b5ee373d60d5ad5759b1c0c7b62351 (patch) | |
| tree | 99f68d7afec5ceb3d03a44e2120ada8e6c994e6b /src/http/modules/perl/nginx.pm | |
| parent | 38bfa9dd7224fb24dae671875e3481d31408ee81 (diff) | |
| download | nginx-a8803ade99b5ee373d60d5ad5759b1c0c7b62351.tar.gz nginx-a8803ade99b5ee373d60d5ad5759b1c0c7b62351.tar.bz2 | |
bump version
Diffstat (limited to '')
| -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 b87a33ef0..6c6658b9d 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.5.31'; +our $VERSION = '0.5.32'; require XSLoader; XSLoader::load('nginx', $VERSION); |
