mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Merge #1033, allow user to add some specific flags. 2.0.244
This commit is contained in:
parent
015e76cb3f
commit
b426036832
2 changed files with 3 additions and 1 deletions
|
@ -332,6 +332,7 @@ Remark:
|
|||
|
||||
## History
|
||||
|
||||
* v2.0, 2018-01-01, Merge [#1033][bug #1033], allow user to add some specific flags. 2.0.244
|
||||
* <strong>v2.0, 2017-06-10, [2.0 release2(2.0.243)][r2.0r2] released. 86670 lines.</strong>
|
||||
* v2.0, 2017-05-29, Merge [#899][bug #899] to fix [#893][bug #893], ts PES ext length. 2.0.243
|
||||
* v2.0, 2017-05-01, Fix [#865][bug #865], shouldn't remove ts/m3u8 when hls_dispose disabled. 2.0.242
|
||||
|
@ -1296,6 +1297,7 @@ Winlin
|
|||
[bug #865]: https://github.com/ossrs/srs/issues/865
|
||||
[bug #893]: https://github.com/ossrs/srs/issues/893
|
||||
[bug #899]: https://github.com/ossrs/srs/issues/899
|
||||
[bug #1033]: https://github.com/ossrs/srs/issues/1033
|
||||
[bug #xxxxxxxxxx]: https://github.com/ossrs/srs/issues/xxxxxxxxxx
|
||||
|
||||
[exo #828]: https://github.com/google/ExoPlayer/pull/828
|
||||
|
|
|
@ -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 243
|
||||
#define VERSION_REVISION 244
|
||||
|
||||
// generated by configure, only macros.
|
||||
#include <srs_auto_headers.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue