changeset 5076:4c9c8f3f66ec

Version bump.
author Valentin Bartenev <vbart@nginx.com>
date Tue, 19 Feb 2013 17:45:12 +0000
parents ad2a96a41783
children 9ea42922a395
files src/core/nginx.h src/http/modules/perl/nginx.pm
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1003013
-#define NGINX_VERSION      "1.3.13"
+#define nginx_version      1003014
+#define NGINX_VERSION      "1.3.14"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
--- 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.3.13';
+our $VERSION = '1.3.14';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);