diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-11-12 17:03:38 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-11-12 17:03:38 +0000 |
| commit | de68f145bf583e2319809f39ba0807e32f536213 (patch) | |
| tree | 39c0e247a46fbff75711d8c606fc16af7ff447dd /src/http/modules/perl/nginx.pm | |
| parent | d7c1c21da815dd3c440ec47cbb6e1109ecd5f381 (diff) | |
| download | nginx-de68f145bf583e2319809f39ba0807e32f536213.tar.gz nginx-de68f145bf583e2319809f39ba0807e32f536213.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 dccbbd9c1..28de1d531 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.2.4'; +our $VERSION = '1.2.5'; require XSLoader; XSLoader::load('nginx', $VERSION); |
