mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update version
This commit is contained in:
parent
ec69b0786c
commit
7c3b3608c0
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ For previous versions, please read:
|
|||
|
||||
## V3 changes
|
||||
|
||||
* v3.0, 2020-01-28, Use multiple revisions. 3.0.111
|
||||
* v3.0, 2020-01-28, Use multiple revisions. 3.0.112
|
||||
* 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
|
||||
* v3.0, 2020-01-26, Allow use libst.so for ST is MPL license.
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 0
|
||||
// Version for SRS3.
|
||||
#define SRS3_VERSION_REVISION 111
|
||||
#define SRS3_VERSION_REVISION 112
|
||||
// Version we used.
|
||||
#define VERSION_REVISION SRS3_VERSION_REVISION
|
||||
|
||||
|
|
Loading…
Reference in a new issue