[nginx] svn commit: r5010 - in trunk/src: core http/modules/perl

ru at nginx.com ru at nginx.com
Thu Jan 17 09:55:37 UTC 2013


Author: ru
Date: 2013-01-17 09:55:36 +0000 (Thu, 17 Jan 2013)
New Revision: 5010
URL: http://trac.nginx.org/nginx/changeset/5010/nginx

Log:
Version bump.


Modified:
   trunk/src/core/nginx.h
   trunk/src/http/modules/perl/nginx.pm

Modified: trunk/src/core/nginx.h
===================================================================
--- trunk/src/core/nginx.h	2013-01-16 09:42:57 UTC (rev 5009)
+++ trunk/src/core/nginx.h	2013-01-17 09:55:36 UTC (rev 5010)
@@ -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"

Modified: trunk/src/http/modules/perl/nginx.pm
===================================================================
--- trunk/src/http/modules/perl/nginx.pm	2013-01-16 09:42:57 UTC (rev 5009)
+++ trunk/src/http/modules/perl/nginx.pm	2013-01-17 09:55:36 UTC (rev 5010)
@@ -50,7 +50,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.3.11';
+our $VERSION = '1.3.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list