Skip to content

Commit c5d2027

Browse files
committed
RTC: Support high performance timer about 25ms resolution. 4.0.72
1 parent ebcba14 commit c5d2027

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ For previous versions, please read:
156156

157157
## V4 changes
158158

159+
* v4.0, 2021-02-12, RTC: Support high performance timer about 25ms resolution. 4.0.72
159160
* v4.0, 2021-02-10, RTC: Refine performance about 700+ streams. 4.0.71
160161
* v4.0, 2021-02-08, RTC: Print stat for pli and timer every 5s. 4.0.70
161162
* v4.0, 2021-02-07, RTC: Parse PT fast and refine udp handler. 4.0.69

trunk/src/core/srs_core_version4.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
#ifndef SRS_CORE_VERSION4_HPP
2525
#define SRS_CORE_VERSION4_HPP
2626

27-
#define SRS_VERSION4_REVISION 71
27+
#define SRS_VERSION4_REVISION 72
2828

2929
#endif

0 commit comments

Comments
 (0)