[nginx] svn commit: r4293 - in trunk/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Tue Nov 15 20:33:38 UTC 2011
Author: mdounin
Date: 2011-11-15 20:33:37 +0000 (Tue, 15 Nov 2011)
New Revision: 4293
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-15 08:24:10 UTC (rev 4292)
+++ trunk/src/core/nginx.h 2011-11-15 20:33:37 UTC (rev 4293)
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001008
-#define NGINX_VERSION "1.1.8"
+#define nginx_version 1001009
+#define NGINX_VERSION "1.1.9"
#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-15 08:24:10 UTC (rev 4292)
+++ trunk/src/http/modules/perl/nginx.pm 2011-11-15 20:33:37 UTC (rev 4293)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.1.8';
+our $VERSION = '1.1.9';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list