diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-02-04 22:23:12 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-02-04 22:23:12 +0000 |
| commit | 65d3ae1715b75539a896f1678611af99b45322a7 (patch) | |
| tree | e86b7f163be8e3d4e94b4635f562ef0b75425d58 /src/http/modules/perl/nginx.pm | |
| parent | 4b939cd7abd3f0cde26562f2d0b56f19abe7e3c6 (diff) | |
| download | nginx-65d3ae1715b75539a896f1678611af99b45322a7.tar.gz nginx-65d3ae1715b75539a896f1678611af99b45322a7.tar.bz2 | |
Version bump.
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 24071ed38..a10ff1afb 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.11'; +our $VERSION = '1.0.12'; require XSLoader; XSLoader::load('nginx', $VERSION); |
