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

mdounin at mdounin.ru mdounin at mdounin.ru
Mon Dec 19 11:21:47 UTC 2011


Author: mdounin
Date: 2011-12-19 11:21:46 +0000 (Mon, 19 Dec 2011)
New Revision: 4371

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	2011-12-15 14:05:08 UTC (rev 4370)
+++ trunk/src/core/nginx.h	2011-12-19 11:21:46 UTC (rev 4371)
@@ -9,7 +9,7 @@
 
 
 #define nginx_version      1001011
-#define NGINX_VERSION      "1.1.11"
+#define NGINX_VERSION      "1.1.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	2011-12-15 14:05:08 UTC (rev 4370)
+++ trunk/src/http/modules/perl/nginx.pm	2011-12-19 11:21:46 UTC (rev 4371)
@@ -48,7 +48,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.11';
+our $VERSION = '1.1.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list