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

mdounin at mdounin.ru mdounin at mdounin.ru
Fri Mar 29 15:29:29 UTC 2013


Author: mdounin
Date: 2013-03-29 15:29:29 +0000 (Fri, 29 Mar 2013)
New Revision: 5150
URL: http://trac.nginx.org/nginx/changeset/5150/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-03-29 08:47:37 UTC (rev 5149)
+++ branches/stable-1.2/src/core/nginx.h	2013-03-29 15:29:29 UTC (rev 5150)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1002007
-#define NGINX_VERSION      "1.2.7"
+#define nginx_version      1002008
+#define NGINX_VERSION      "1.2.8"
 #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-03-29 08:47:37 UTC (rev 5149)
+++ branches/stable-1.2/src/http/modules/perl/nginx.pm	2013-03-29 15:29:29 UTC (rev 5150)
@@ -50,7 +50,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.2.7';
+our $VERSION = '1.2.8';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list