[nginx] svn commit: r4392 - in trunk/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Tue Dec 27 11:56:49 UTC 2011
Author: mdounin
Date: 2011-12-27 11:56:48 +0000 (Tue, 27 Dec 2011)
New Revision: 4392
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 2011-12-26 15:05:38 UTC (rev 4391)
+++ trunk/src/core/nginx.h 2011-12-27 11:56:48 UTC (rev 4392)
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001011
-#define NGINX_VERSION "1.1.12"
+#define nginx_version 1001013
+#define NGINX_VERSION "1.1.13"
#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 2011-12-26 15:05:38 UTC (rev 4391)
+++ trunk/src/http/modules/perl/nginx.pm 2011-12-27 11:56:48 UTC (rev 4392)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.1.12';
+our $VERSION = '1.1.13';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list