[nginx] svn commit: r4505 - in branches/stable-1.0/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Mon Mar 5 11:36:22 UTC 2012
Author: mdounin
Date: 2012-03-05 11:36:21 +0000 (Mon, 05 Mar 2012)
New Revision: 4505
Log:
Version bump.
Modified:
branches/stable-1.0/src/core/nginx.h
branches/stable-1.0/src/http/modules/perl/nginx.pm
Modified: branches/stable-1.0/src/core/nginx.h
===================================================================
--- branches/stable-1.0/src/core/nginx.h 2012-02-29 13:45:39 UTC (rev 4504)
+++ branches/stable-1.0/src/core/nginx.h 2012-03-05 11:36:21 UTC (rev 4505)
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1000012
-#define NGINX_VERSION "1.0.12"
+#define nginx_version 1000013
+#define NGINX_VERSION "1.0.13"
#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 2012-02-29 13:45:39 UTC (rev 4504)
+++ branches/stable-1.0/src/http/modules/perl/nginx.pm 2012-03-05 11:36:21 UTC (rev 4505)
@@ -48,7 +48,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.0.12';
+our $VERSION = '1.0.13';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list