[nginx] svn commit: r5141 - in trunk/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Wed Mar 27 15:15:35 UTC 2013
Author: mdounin
Date: 2013-03-27 15:15:34 +0000 (Wed, 27 Mar 2013)
New Revision: 5141
URL: http://trac.nginx.org/nginx/changeset/5141/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-26 13:03:14 UTC (rev 5140)
+++ trunk/src/core/nginx.h 2013-03-27 15:15:34 UTC (rev 5141)
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1003015
-#define NGINX_VERSION "1.3.15"
+#define nginx_version 1003016
+#define NGINX_VERSION "1.3.16"
#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-26 13:03:14 UTC (rev 5140)
+++ trunk/src/http/modules/perl/nginx.pm 2013-03-27 15:15:34 UTC (rev 5141)
@@ -50,7 +50,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.3.15';
+our $VERSION = '1.3.16';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list