changeset 4411:e7a7e1a1f695

Version bump.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 18 Jan 2012 15:04:17 +0000
parents 3176ca2a2588
children d620f497c50f
files src/http/modules/perl/nginx.pm
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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