From b714ce2c1c517a545885b5c08381ad667508cfe7 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 24 Apr 2019 22:20:48 +0900 Subject: [PATCH] Version bump - v1.17.0 --- .hgtags | 1 + docs/xml/nginx/changes.xml | 14 ++++++++++++++ src/core/nginx.h | 4 ++-- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.hgtags b/.hgtags index 910104d..8423c7e 100644 --- a/.hgtags +++ b/.hgtags @@ -438,3 +438,4 @@ d2fd76709909767fc727a5b4affcf1dc9ca488a7 release-1.15.9 75f5c7f628411c79c7044102049f7ab4f7a246e7 release-1.15.10 5155d0296a5ef9841f035920527ffdb771076b44 release-1.15.11 0130ca3d58437b3c7c707cdddd813d530c68da9a release-1.15.12 +abd40ce603fa49b2b8b1cca622c96093b1e14275 release-1.16.0 diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index 9a28034..5561726 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,20 @@ + + + + +Стабильная ветка 1.16.x. + + +1.16.x stable branch. + + + + + + diff --git a/src/core/nginx.h b/src/core/nginx.h index 6ed60c7..c1f829d 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1015013 -#define NGINX_VERSION "1.15.13" +#define nginx_version 1017000 +#define NGINX_VERSION "1.17.0" #define NGINX_VER "nginx/" NGINX_VERSION " by Hakase" #ifndef NGINX_SERVER