From afc0faf7387418fdd9a40aef44e28d9347951cb5 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 28 Jan 2020 21:42:48 +0800 Subject: [PATCH] Use multiple revisions. 3.0.111 --- README.md | 1 + trunk/src/core/srs_core.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e792e3df1..6e4987b65 100755 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ For previous versions, please read: ## V3 changes +* v3.0, 2020-01-28, Use multiple revisions. 3.0.111 * v3.0, 2020-01-28, Fix [#1230][bug #1230], racing condition in source fetch or create. 3.0.110 * v3.0, 2020-01-27, Fix [#1303][bug #1303], do not dispatch previous meta when not publishing. 3.0.109 * v3.0, 2020-01-26, Allow use libst.so for ST is MPL license. diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 6d7a0ad7a..f4ad69d1d 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -27,7 +27,7 @@ // The version config. #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define SRS3_VERSION_REVISION 110 +#define SRS3_VERSION_REVISION 111 #define VERSION_REVISION SRS3_VERSION_REVISION // The macros generated by configure script.