diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-09-05 16:26:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-09-05 16:26:51 +0000 |
| commit | 3a73e50498cc7bba3d2fd2ac31236b5a1b2c287e (patch) | |
| tree | 6204d60a5c53aa080e924eec7e5b9f7191cff7b3 /src/http/modules/perl/nginx.pm | |
| parent | b8819911eda31c8942129e838c5e079e58e363a7 (diff) | |
| download | nginx-3a73e50498cc7bba3d2fd2ac31236b5a1b2c287e.tar.gz nginx-3a73e50498cc7bba3d2fd2ac31236b5a1b2c287e.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 39033a9f9..6dedc6d7d 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.2'; +our $VERSION = '1.1.3'; require XSLoader; XSLoader::load('nginx', $VERSION); |
