diff options
author | Maxim Konovalov <maxim@nginx.com> | 2012-01-18 15:04:17 +0000 |
---|---|---|
committer | Maxim Konovalov <maxim@nginx.com> | 2012-01-18 15:04:17 +0000 |
commit | 8e1ef760da7a6c956622ebf9437a3ef4a082e6f1 (patch) | |
tree | f91223d55ba869cbd753d389a176b46e8e482e17 /src | |
parent | 4fb388107baf662eb29418a8f47c767f9d784b2e (diff) | |
download | nginx-8e1ef760da7a6c956622ebf9437a3ef4a082e6f1.tar.gz nginx-8e1ef760da7a6c956622ebf9437a3ef4a082e6f1.zip |
Version bump.
Diffstat (limited to 'src')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 01e977646..7f060d745 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.13'; +our $VERSION = '1.1.14'; require XSLoader; XSLoader::load('nginx', $VERSION); @@ -128,6 +128,7 @@ Igor Sysoev =head1 COPYRIGHT AND LICENSE Copyright (C) Igor Sysoev +Copyright (C) Nginx, Inc. =cut |