Discussion:
[nginx] Version bump.
Vladimir Homutov
2018-11-13 13:41:20 UTC
Permalink
details: http://hg.nginx.org/nginx/rev/2e7c4c3b0644
branches:
changeset: 7390:2e7c4c3b0644
user: Vladimir Homutov <***@nginx.com>
date: Tue Nov 13 14:42:47 2018 +0300
description:
Version bump.

diffstat:

src/core/nginx.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a2506436986a -r 2e7c4c3b0644 src/core/nginx.h
--- a/src/core/nginx.h Tue Nov 06 16:32:09 2018 +0300
+++ b/src/core/nginx.h Tue Nov 13 14:42:47 2018 +0300
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_


-#define nginx_version 1015006
-#define NGINX_VERSION "1.15.6"
+#define nginx_version 1015007
+#define NGINX_VERSION "1.15.7"
#define NGINX_VER "nginx/" NGINX_VERSION

#ifdef NGX_BUILD

Loading...