diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-10-05 13:13:25 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-10-05 13:13:25 +0000 |
| commit | ab0078a4c8626572282943915348daa6e0494b83 (patch) | |
| tree | 2b8f6819d490bb87330b2701f218d63642be7d94 /src/http/modules/perl/nginx.pm | |
| parent | 20139ff13adddd0fdf497a086615dac95ced6e8d (diff) | |
| download | nginx-ab0078a4c8626572282943915348daa6e0494b83.tar.gz nginx-ab0078a4c8626572282943915348daa6e0494b83.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 429af0d1c..126d29c93 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.1.4'; +our $VERSION = '1.1.5'; require XSLoader; XSLoader::load('nginx', $VERSION); |
