From 36ea67359e55c94ab044cee4b6a4ec901a83a287 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 28 Feb 2021 20:27:34 +0800 Subject: [PATCH] RTC: Support high performance NO-COPY-NACK. 4.0.76 --- 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 d186d81530..dd5dd09eb8 100755 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ For previous versions, please read: ## V4 changes +* v4.0, 2021-02-28, RTC: Support high performance NO-COPY-NACK. 4.0.76 * v4.0, 2021-02-27, RTC: Support object cache pool. 4.0.75 * v4.0, 2021-02-12, RTC: Support high performance timer about 25ms resolution. 4.0.72 * v4.0, 2021-02-10, RTC: Refine performance about 700+ streams. 4.0.71 diff --git a/trunk/src/core/srs_core_version4.hpp b/trunk/src/core/srs_core_version4.hpp index 405bea09ee..05bc29894c 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 75 +#define SRS_VERSION4_REVISION 76 #endif