[nginx] svn commit: r4287 - in branches/stable-1.0/src: core http/modules/perl
igor at sysoev.ru
igor at sysoev.ru
Mon Nov 14 15:53:37 UTC 2011
Author: is
Date: 2011-11-14 15:53:35 +0000 (Mon, 14 Nov 2011)
New Revision: 4287
Modified:
branches/stable-1.0/src/core/nginx.h
branches/stable-1.0/src/http/modules/perl/nginx.pm
Log:
Version bump.
Modified: branches/stable-1.0/src/core/nginx.h
===================================================================
--- branches/stable-1.0/src/core/nginx.h 2011-11-14 15:38:02 UTC (rev 4286)
+++ branches/stable-1.0/src/core/nginx.h 2011-11-14 15:53:35 UTC (rev 4287)
@@ -8,8 +8,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1000009
-#define NGINX_VERSION "1.0.9"
+#define nginx_version 1000010
+#define NGINX_VERSION "1.0.10"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"
Modified: branches/stable-1.0/src/http/modules/perl/nginx.pm
===================================================================
--- branches/stable-1.0/src/http/modules/perl/nginx.pm 2011-11-14 15:38:02 UTC (rev 4286)
+++ branches/stable-1.0/src/http/modules/perl/nginx.pm 2011-11-14 15:53:35 UTC (rev 4287)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.0.9';
+our $VERSION = '1.0.10';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list