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

mdounin at mdounin.ru mdounin at mdounin.ru
Sat Feb 9 21:07:07 UTC 2013


Author: mdounin
Date: 2013-02-09 21:07:06 +0000 (Sat, 09 Feb 2013)
New Revision: 5036
URL: http://trac.nginx.org/nginx/changeset/5036/nginx

Log:
Version bump.


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

Modified: branches/stable-1.2/src/core/nginx.h
===================================================================
--- branches/stable-1.2/src/core/nginx.h	2013-02-07 12:09:56 UTC (rev 5035)
+++ branches/stable-1.2/src/core/nginx.h	2013-02-09 21:07:06 UTC (rev 5036)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1002006
-#define NGINX_VERSION      "1.2.6"
+#define nginx_version      1002007
+#define NGINX_VERSION      "1.2.7"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"

Modified: branches/stable-1.2/src/http/modules/perl/nginx.pm
===================================================================
--- branches/stable-1.2/src/http/modules/perl/nginx.pm	2013-02-07 12:09:56 UTC (rev 5035)
+++ branches/stable-1.2/src/http/modules/perl/nginx.pm	2013-02-09 21:07:06 UTC (rev 5036)
@@ -50,7 +50,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.2.6';
+our $VERSION = '1.2.7';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list