1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

Upgrade http-parser from 2.1 to 2.9.2 and cover it. 3.0.50

This commit is contained in:
winlin 2019-04-25 10:41:59 +08:00
parent 8a94ac4b49
commit c933f8a870
2 changed files with 2 additions and 1 deletions

View file

@ -164,6 +164,7 @@ Please select according to languages:
### V3 changes
* v3.0, 2019-04-25, Upgrade http-parser from 2.1 to 2.9.2 and cover it. 3.0.50
* v3.0, 2019-04-22, Refine in time unit. 3.0.49
* v3.0, 2019-04-07, Cover ST Coroutine and time unit. 3.0.48
* v3.0, 2019-04-06, Merge [#1304][bug #1304], Fix ST coroutine pull error. 3.0.47

View file

@ -27,7 +27,7 @@
// The version config.
#define VERSION_MAJOR 3
#define VERSION_MINOR 0
#define VERSION_REVISION 49
#define VERSION_REVISION 50
// The macros generated by configure script.
#include <srs_auto_headers.hpp>