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	Wed Jan 18 14:33:17 2012 +0000
+++ b/src/http/modules/perl/nginx.pm	Wed Jan 18 15:04:17 2012 +0000
@@ -48,7 +48,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.13';
+our $VERSION = '1.1.14';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);
@@ -128,6 +128,7 @@
 =head1 COPYRIGHT AND LICENSE
 
 Copyright (C) Igor Sysoev
+Copyright (C) Nginx, Inc.
 
 
 =cut