From 4329c7e7cbdacf4f44bdf6c1028925b884223b69 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 17 Mar 2021 16:58:40 +0800 Subject: [PATCH] Live: Refine edge to follow client and HTTP/302. 5.0.1 --- README.md | 1 + trunk/src/core/srs_core_version5.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e009cedb9..5a7f7a13d 100755 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Other documents: ## V5 changes +* v5.0, 2021-03-17, Live: Refine edge to follow client and HTTP/302. 5.0.1 * v5.0, 2021-03-15, Init SRS/5. 5.0.0 ## V4 changes diff --git a/trunk/src/core/srs_core_version5.hpp b/trunk/src/core/srs_core_version5.hpp index 5e6449255..7c598a58e 100644 --- a/trunk/src/core/srs_core_version5.hpp +++ b/trunk/src/core/srs_core_version5.hpp @@ -26,6 +26,6 @@ #define VERSION_MAJOR 5 #define VERSION_MINOR 0 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 #endif