[nginx] svn commit: r4264 - in trunk/src: core http/modules/perl
igor at sysoev.ru
igor at sysoev.ru
Tue Nov 1 15:10:47 UTC 2011
Author: is
Date: 2011-11-01 15:10:46 +0000 (Tue, 01 Nov 2011)
New Revision: 4264
Modified:
trunk/src/core/nginx.h
trunk/src/http/modules/perl/nginx.pm
Log:
Version bump.
Modified: trunk/src/core/nginx.h
===================================================================
--- trunk/src/core/nginx.h 2011-11-01 14:51:26 UTC (rev 4263)
+++ trunk/src/core/nginx.h 2011-11-01 15:10:46 UTC (rev 4264)
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001007
-#define NGINX_VERSION "1.1.7"
+#define nginx_version 1001008
+#define NGINX_VERSION "1.1.8"
#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-01 14:51:26 UTC (rev 4263)
+++ trunk/src/http/modules/perl/nginx.pm 2011-11-01 15:10:46 UTC (rev 4264)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.1.7';
+our $VERSION = '1.1.8';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list