changeset 5009:fd8283273d55

Version bump.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 17 Jan 2013 09:55:36 +0000
parents fd84344f1df7
children 829cc5872186
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      1003011
-#define NGINX_VERSION      "1.3.11"
+#define nginx_version      1003012
+#define NGINX_VERSION      "1.3.12"
 #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.11';
+our $VERSION = '1.3.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);