diff --git a/README.md b/README.md
index de714c8603..c3838ec6fa 100755
--- a/README.md
+++ b/README.md
@@ -70,11 +70,13 @@ docker run -p 1935:1935 -p 1985:1985 -p 8080:8080 ossrs/srs:3
Please select according to languages:
-* [SRS 3.0 English Wiki][v3_EN_Home]
-* [SRS 3.0 Chinese Wiki][v3_CN_Home]
+* [SRS 4.0 English Wiki][v4_EN_Home]
+* [SRS 4.0 Chinese Wiki][v4_CN_Home]
For previous versions, please read:
+* [SRS 3.0 English Wiki][v3_EN_Home]
+* [SRS 3.0 Chinese Wiki][v3_CN_Home]
* [SRS 2.0 English Wiki][v2_EN_Home]
* [SRS 2.0 Chinese Wiki][v2_CN_Home]
* [SRS 1.0 English Wiki][v1_EN_Home]
@@ -149,6 +151,10 @@ For previous versions, please read:
+## V4 changes
+
+* v4.0, 2020-01-24, Fix [#1147][bug #1147], support SRT(Secure Reliable Transport). 4.0.1
+
## V3 changes
* v3.0, 2020-01-21, [3.0 alpha9(3.0.105)][r3.0a9] released. 121577 lines.
@@ -1219,6 +1225,8 @@ Winlin
[v2_EN_Home]: https://github.com/ossrs/srs/wiki/v2_EN_Home
[v3_CN_Home]: https://github.com/ossrs/srs/wiki/v3_CN_Home
[v3_EN_Home]: https://github.com/ossrs/srs/wiki/v3_EN_Home
+[v4_CN_Home]: https://github.com/ossrs/srs/wiki/v4_CN_Home
+[v4_EN_Home]: https://github.com/ossrs/srs/wiki/v4_EN_Home
[donation0]: http://winlinvip.github.io/srs.release/donation/index.html
[donation1]: http://ossrs.net/srs.release/donation/index.html
[donation2]: http://ossrs.net/srs.release/donation/paypal.html
diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp
index 732f4b1208..fe5e94add4 100644
--- a/trunk/src/core/srs_core.hpp
+++ b/trunk/src/core/srs_core.hpp
@@ -25,9 +25,9 @@
#define SRS_CORE_HPP
// The version config.
-#define VERSION_MAJOR 3
+#define VERSION_MAJOR 4
#define VERSION_MINOR 0
-#define VERSION_REVISION 105
+#define VERSION_REVISION 1
// The macros generated by configure script.
#include