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

vbart at nginx.com vbart at nginx.com
Thu Mar 7 17:07:05 UTC 2013


Author: vbart
Date: 2013-03-07 17:07:04 +0000 (Thu, 07 Mar 2013)
New Revision: 5101
URL: http://trac.nginx.org/nginx/changeset/5101/nginx

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	2013-03-05 14:36:20 UTC (rev 5100)
+++ trunk/src/core/nginx.h	2013-03-07 17:07:04 UTC (rev 5101)
@@ -9,8 +9,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1003014
-#define NGINX_VERSION      "1.3.14"
+#define nginx_version      1003015
+#define NGINX_VERSION      "1.3.15"
 #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	2013-03-05 14:36:20 UTC (rev 5100)
+++ trunk/src/http/modules/perl/nginx.pm	2013-03-07 17:07:04 UTC (rev 5101)
@@ -50,7 +50,7 @@
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.3.14';
+our $VERSION = '1.3.15';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);



More information about the nginx-devel mailing list