1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

Play stream by WebRTC on iOS/Android/PC browser. 4.0.17

This commit is contained in:
winlin 2020-03-31 09:35:36 +08:00
parent 03289012fd
commit c7113f27e0
2 changed files with 2 additions and 1 deletions

View file

@ -157,6 +157,7 @@ For previous versions, please read:
## V4 changes
* v4.0, 2020-03-31, Play stream by WebRTC on iOS/Android/PC browser. 4.0.17
* v4.0, 2020-03-28, Support multiple OS/Platform build cache. 4.0.16
* v4.0, 2020-03-28, For [#1250][bug #1250], support macOS, OSX, MacbookPro, Apple Darwin.
* v4.0, 2020-03-22, Welcome maintainers [Runner365](https://github.com/runner365), [John](https://github.com/xiaozhihong) and [B.P.Y(Bepartofyou)](https://github.com/Bepartofyou). 4.0.15

View file

@ -24,6 +24,6 @@
#ifndef SRS_CORE_VERSION4_HPP
#define SRS_CORE_VERSION4_HPP
#define SRS_VERSION4_REVISION 16
#define SRS_VERSION4_REVISION 17
#endif