From 6990508e5801ff84344e5f2761d7d2cb9fbc8505 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 23 Sep 2015 11:05:56 +0800 Subject: [PATCH] for #485, srs for respberrypi and cubieboard. 2.0.191 --- README.md | 2 ++ trunk/src/core/srs_core.hpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 458dbe1608..dd49526156 100755 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ Remark: ## History +* v2.0, 2015-09-23, for [#485][bug #485] srs for respberrypi and cubieboard. 2.0.191 * v2.0, 2015-09-21, fix [#484][bug #484] hotfix the openssl build script 2.0.190 * v2.0, 2015-09-14, [2.0 alpha1(2.0.189)][r2.0a1] released. 89269 lines. * v2.0, 2015-09-14, fix [#474][bug #474] config to donot parse width/height from sps. 2.0.189 @@ -1024,6 +1025,7 @@ Winlin [bug #380]: https://github.com/simple-rtmp-server/srs/issues/380 [bug #474]: https://github.com/simple-rtmp-server/srs/issues/474 [bug #484]: https://github.com/simple-rtmp-server/srs/issues/484 +[bug #485]: https://github.com/simple-rtmp-server/srs/issues/485 [bug #475]: https://github.com/simple-rtmp-server/srs/issues/475 [bug #458]: https://github.com/simple-rtmp-server/srs/issues/458 [bug #454]: https://github.com/simple-rtmp-server/srs/issues/454 diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index 9fe6665fed..7e206d1c1f 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 2 #define VERSION_MINOR 0 -#define VERSION_REVISION 190 +#define VERSION_REVISION 191 // server info. #define RTMP_SIG_SRS_KEY "SRS"