mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Support isolate version file. 3.0.112
This commit is contained in:
parent
41f3925abc
commit
c9a2e19b2f
2 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue