From 121a2e5886ca139291dc9979c708475bd094aaf3 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 1 Mar 2017 12:28:32 +0800 Subject: [PATCH] For #110, refine thread object. 3.0.19 --- README.md | 2 +- trunk/src/core/srs_core.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e20a58771..f0c940698 100755 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Please select your language: ### V3 changes +* v3.0, 2017-03-01, For [#110][bug #110], refine thread object. 3.0.19 * v3.0, 2017-02-12, Fix [#301][bug #301], User must config the codec in right way for HLS. 3.0.18 * v3.0, 2017-02-07, fix [#738][bug #738] support DVR general mp4. 3.0.17 * v3.0, 2017-01-19, for [#742][bug #742] refine source, meta and origin hub. 3.0.16 @@ -1317,7 +1318,6 @@ Winlin [bug #50]: https://github.com/ossrs/srs/issues/50 [bug #34]: https://github.com/ossrs/srs/issues/34 [bug #257-c0]: https://github.com/ossrs/srs/issues/257#issuecomment-66864413 -[bug #110]: https://github.com/ossrs/srs/issues/110 [bug #109]: https://github.com/ossrs/srs/issues/109 [bug #108]: https://github.com/ossrs/srs/issues/108 [bug #104]: https://github.com/ossrs/srs/issues/104 diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index af5bf4d93..8c5727e16 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // current release version #define VERSION_MAJOR 3 #define VERSION_MINOR 0 -#define VERSION_REVISION 18 +#define VERSION_REVISION 19 // generated by configure, only macros. #include