[nginx] svn commit: r4589 - in branches/stable-1.0/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Thu Apr 12 12:47:36 UTC 2012
Author: mdounin
Date: 2012-04-12 12:47:36 +0000 (Thu, 12 Apr 2012)
New Revision: 4589
URL: http://trac.nginx.org/nginx/changeset/4589/nginx
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-04-12 12:43:31 UTC (rev 4588)
+++ branches/stable-1.0/src/core/nginx.h 2012-04-12 12:47:36 UTC (rev 4589)
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1000014
-#define NGINX_VERSION "1.0.14"
+#define nginx_version 1000015
+#define NGINX_VERSION "1.0.15"
#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-04-12 12:43:31 UTC (rev 4588)
+++ branches/stable-1.0/src/http/modules/perl/nginx.pm 2012-04-12 12:47:36 UTC (rev 4589)
@@ -50,7 +50,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.0.14';
+our $VERSION = '1.0.15';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list