1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update version

This commit is contained in:
winlin 2020-01-28 21:45:05 +08:00
commit 6a514732b5
2 changed files with 4 additions and 1 deletions

View file

@ -158,6 +158,7 @@ For previous versions, please read:
## V3 changes ## V3 changes
* v3.0, 2020-01-28, Use multiple revisions. 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-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-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. * v3.0, 2020-01-26, Allow use libst.so for ST is MPL license.

View file

@ -27,8 +27,10 @@
// The version config. // The version config.
#define VERSION_MAJOR 4 #define VERSION_MAJOR 4
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define SRS3_VERSION_REVISION 110 #define SRS3_VERSION_REVISION 111
// Version for SRS4.
#define SRS4_VERSION_REVISION 2 #define SRS4_VERSION_REVISION 2
// Version we used.
#define VERSION_REVISION SRS4_VERSION_REVISION #define VERSION_REVISION SRS4_VERSION_REVISION
// The macros generated by configure script. // The macros generated by configure script.