From 1d01ef499d0be5be068c74c8d35439b96bd2ee3a Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 20 Feb 2020 01:06:33 +0800 Subject: [PATCH] For #1579, support rolling update of k8s. 4.0.7 --- README.md | 1 + trunk/src/core/srs_core_version4.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 628a135f6..99dd9e68f 100755 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ For previous versions, please read: ## V4 changes +* v4.0, 2020-02-19, For [#1579][bug #1579], support rolling update of k8s. 4.0.7 * v4.0, 2020-02-18, For [#1579][bug #1579], support start/final wait for gracefully quit. 4.0.6 * v4.0, 2020-02-18, For [#1579][bug #1579], support gracefully quit and force to. 4.0.5 * v4.0, 2020-02-13, SRT supports detail config for [DynamicEncoding](https://github.com/runner365/srt_encoder). 4.0.4 diff --git a/trunk/src/core/srs_core_version4.hpp b/trunk/src/core/srs_core_version4.hpp index 8e9e26875..f6717ca54 100644 --- a/trunk/src/core/srs_core_version4.hpp +++ b/trunk/src/core/srs_core_version4.hpp @@ -24,6 +24,6 @@ #ifndef SRS_CORE_VERSION4_HPP #define SRS_CORE_VERSION4_HPP -#define SRS_VERSION4_REVISION 6 +#define SRS_VERSION4_REVISION 7 #endif