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

igor at sysoev.ru igor at sysoev.ru
Tue Nov 1 10:10:51 UTC 2011


Author: is
Date: 2011-11-01 10:10:50 +0000 (Tue, 01 Nov 2011)
New Revision: 4240

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


Modified: branches/stable-1.0/src/core/nginx.h
===================================================================
--- branches/stable-1.0/src/core/nginx.h	2011-10-31 14:52:53 UTC (rev 4239)
+++ branches/stable-1.0/src/core/nginx.h	2011-11-01 10:10:50 UTC (rev 4240)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1000008
-#define NGINX_VERSION      "1.0.8"
+#define nginx_version      1000009
+#define NGINX_VERSION      "1.0.9"
 #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-10-31 14:52:53 UTC (rev 4239)
+++ branches/stable-1.0/src/http/modules/perl/nginx.pm	2011-11-01 10:10:50 UTC (rev 4240)
@@ -48,7 +48,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.0.8';
+our $VERSION = '1.0.9';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list