[nginx] svn commit: r4325 - in trunk/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Tue Dec 6 13:22:33 UTC 2011
Author: mdounin
Date: 2011-12-06 13:22:32 +0000 (Tue, 06 Dec 2011)
New Revision: 4325
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-05 08:06:15 UTC (rev 4324)
+++ trunk/src/core/nginx.h 2011-12-06 13:22:32 UTC (rev 4325)
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001010
-#define NGINX_VERSION "1.1.10"
+#define nginx_version 1001011
+#define NGINX_VERSION "1.1.11"
#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-05 08:06:15 UTC (rev 4324)
+++ trunk/src/http/modules/perl/nginx.pm 2011-12-06 13:22:32 UTC (rev 4325)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.1.10';
+our $VERSION = '1.1.11';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list