diff --git a/README.md b/README.md index 620c02417..d67a27968 100755 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ For previous versions, please read: ## V3 changes +* v3.0, 2020-01-29, Support isolate version file. 3.0.112 * v3.0, 2020-01-29, Fix [#1206][bug #1206], dispose ingester while server quiting. 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 diff --git a/trunk/src/core/srs_core_version3.hpp b/trunk/src/core/srs_core_version3.hpp index 4a0cc1fd4..05251a733 100644 --- a/trunk/src/core/srs_core_version3.hpp +++ b/trunk/src/core/srs_core_version3.hpp @@ -24,6 +24,6 @@ #ifndef SRS_CORE_VERSION3_HPP #define SRS_CORE_VERSION3_HPP -#define SRS_VERSION3_REVISION 111 +#define SRS_VERSION3_REVISION 112 #endif