[nginx] svn commit: r4319 - in trunk/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Tue Nov 29 17:25:31 UTC 2011
Author: mdounin
Date: 2011-11-29 17:25:31 +0000 (Tue, 29 Nov 2011)
New Revision: 4319
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-11-28 15:15:14 UTC (rev 4318)
+++ trunk/src/core/nginx.h 2011-11-29 17:25:31 UTC (rev 4319)
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001009
-#define NGINX_VERSION "1.1.9"
+#define nginx_version 1001010
+#define NGINX_VERSION "1.1.10"
#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-11-28 15:15:14 UTC (rev 4318)
+++ trunk/src/http/modules/perl/nginx.pm 2011-11-29 17:25:31 UTC (rev 4319)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.1.9';
+our $VERSION = '1.1.10';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list