diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 16:34:59 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 16:34:59 +0000 |
| commit | e6724ebe54f3cbe1869cf71a011db5f06e43742d (patch) | |
| tree | c778d326488bb5d1e9b06c4c2c1ac5a6d002d4ef /src/http/modules/perl/nginx.pm | |
| parent | 1e2a60813406280745e3cf4765a7965ea4c7d752 (diff) | |
| download | nginx-e6724ebe54f3cbe1869cf71a011db5f06e43742d.tar.gz nginx-e6724ebe54f3cbe1869cf71a011db5f06e43742d.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 7ec70472d..74f73735f 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.1.19'; +our $VERSION = '1.1.20'; require XSLoader; XSLoader::load('nginx', $VERSION); |
