[nginx] svn commit: r5077 - in trunk/src: core http/modules/perl
vbart at nginx.com
vbart at nginx.com
Tue Feb 19 17:45:14 UTC 2013
Author: vbart
Date: 2013-02-19 17:45:12 +0000 (Tue, 19 Feb 2013)
New Revision: 5077
URL: http://trac.nginx.org/nginx/changeset/5077/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-02-19 15:15:11 UTC (rev 5076)
+++ trunk/src/core/nginx.h 2013-02-19 17:45:12 UTC (rev 5077)
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1003013
-#define NGINX_VERSION "1.3.13"
+#define nginx_version 1003014
+#define NGINX_VERSION "1.3.14"
#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-02-19 15:15:11 UTC (rev 5076)
+++ trunk/src/http/modules/perl/nginx.pm 2013-02-19 17:45:12 UTC (rev 5077)
@@ -50,7 +50,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.3.13';
+our $VERSION = '1.3.14';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list