[nginx] svn commit: r4794 - in branches/stable-1.2/src: core http/modules/perl
mdounin at mdounin.ru
mdounin at mdounin.ru
Mon Aug 6 16:06:36 UTC 2012
Author: mdounin
Date: 2012-08-06 16:06:36 +0000 (Mon, 06 Aug 2012)
New Revision: 4794
URL: http://trac.nginx.org/nginx/changeset/4794/nginx
Log:
Version bump.
Modified:
branches/stable-1.2/src/core/nginx.h
branches/stable-1.2/src/http/modules/perl/nginx.pm
Modified: branches/stable-1.2/src/core/nginx.h
===================================================================
--- branches/stable-1.2/src/core/nginx.h 2012-08-06 16:03:56 UTC (rev 4793)
+++ branches/stable-1.2/src/core/nginx.h 2012-08-06 16:06:36 UTC (rev 4794)
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1002002
-#define NGINX_VERSION "1.2.2"
+#define nginx_version 1002003
+#define NGINX_VERSION "1.2.3"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"
Modified: branches/stable-1.2/src/http/modules/perl/nginx.pm
===================================================================
--- branches/stable-1.2/src/http/modules/perl/nginx.pm 2012-08-06 16:03:56 UTC (rev 4793)
+++ branches/stable-1.2/src/http/modules/perl/nginx.pm 2012-08-06 16:06:36 UTC (rev 4794)
@@ -50,7 +50,7 @@
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.2.2';
+our $VERSION = '1.2.3';
require XSLoader;
XSLoader::load('nginx', $VERSION);
More information about the nginx-devel
mailing list