diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:06:15 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-03-05 18:06:15 +0000 |
| commit | 382499aa1f1c2114e7476b867fa1628c9a74ec95 (patch) | |
| tree | c40b5f38197c5c3428dde122b72fca63e158a444 /src/http/modules/perl/nginx.pm | |
| parent | 5ff29448ff58982af383519703cf50cf918c4eac (diff) | |
| download | nginx-382499aa1f1c2114e7476b867fa1628c9a74ec95.tar.gz nginx-382499aa1f1c2114e7476b867fa1628c9a74ec95.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 b6fbdfd45..7a9cd4ed7 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.16'; +our $VERSION = '1.1.17'; require XSLoader; XSLoader::load('nginx', $VERSION); |
