From 58924d41b1664eb717d8216193e3e90e59b6b8bf Mon Sep 17 00:00:00 2001
From: winlin <winlin@vip.126.com>
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 8ef8ca3d1..cfc264ee1 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 405bea09e..05bc29894 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