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

RTC: Support object cache pool. 4.0.75

This commit is contained in:
winlin 2021-02-27 09:18:02 +08:00
parent 36f55247a3
commit 14bfc98122
2 changed files with 2 additions and 1 deletions

View file

@ -156,6 +156,7 @@ For previous versions, please read:
## V4 changes
* v4.0, 2021-02-27, RTC: Support object cache pool. 4.0.75
* v4.0, 2021-02-12, RTC: Support high performance timer about 25ms resolution. 4.0.72
* v4.0, 2021-02-10, RTC: Refine performance about 700+ streams. 4.0.71
* v4.0, 2021-02-08, RTC: Print stat for pli and timer every 5s. 4.0.70

View file

@ -24,6 +24,6 @@
#ifndef SRS_CORE_VERSION4_HPP
#define SRS_CORE_VERSION4_HPP
#define SRS_VERSION4_REVISION 74
#define SRS_VERSION4_REVISION 75
#endif