[nginx] svn commit: r4346 - in branches/stable-1.0/src: core http/modules/perl

mdounin at mdounin.ru mdounin at mdounin.ru
Tue Dec 13 16:59:42 UTC 2011


Author: mdounin
Date: 2011-12-13 16:59:41 +0000 (Tue, 13 Dec 2011)
New Revision: 4346

Log:
Version bump.


Modified:
   branches/stable-1.0/src/core/nginx.h
   branches/stable-1.0/src/http/modules/perl/nginx.pm

Modified: branches/stable-1.0/src/core/nginx.h
===================================================================
--- branches/stable-1.0/src/core/nginx.h	2011-12-12 14:18:15 UTC (rev 4345)
+++ branches/stable-1.0/src/core/nginx.h	2011-12-13 16:59:41 UTC (rev 4346)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000010
-#define NGINX_VERSION      "1.0.10"
+#define nginx_version      1000011
+#define NGINX_VERSION      "1.0.11"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"

Modified: branches/stable-1.0/src/http/modules/perl/nginx.pm
===================================================================
--- branches/stable-1.0/src/http/modules/perl/nginx.pm	2011-12-12 14:18:15 UTC (rev 4345)
+++ branches/stable-1.0/src/http/modules/perl/nginx.pm	2011-12-13 16:59:41 UTC (rev 4346)
@@ -48,7 +48,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.10';
+our $VERSION = '1.0.11';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list