diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 11:36:21 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 11:36:21 +0000 |
| commit | 510a0036deed0dc3164a08adb538f24d86c3840f (patch) | |
| tree | c46e194beed8cb0827081ebbba6c06bbd55a0666 /src/http/modules/perl/nginx.pm | |
| parent | 95aee69f89f45b9547d493a0d0d11d1f129a3887 (diff) | |
| download | nginx-510a0036deed0dc3164a08adb538f24d86c3840f.tar.gz nginx-510a0036deed0dc3164a08adb538f24d86c3840f.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 a10ff1afb..f0bb3b0ee 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.12'; +our $VERSION = '1.0.13'; require XSLoader; XSLoader::load('nginx', $VERSION); |
