Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2016-10-10 11:54:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d6fc289c6a047bdf4648851fa439853ec62b845f
d6fc289c
1 parent
7058411c
fix #661, close fd after thread stopped. 2.0.219
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
1 行删除
README.md
trunk/src/core/srs_core.hpp
README.md
查看文件 @
d6fc289
...
...
@@ -343,6 +343,7 @@ Remark:
## History
*
v2.0, 2016-10-10, fix #661, close fd after thread stopped. 2.0.219
*
v2.0, 2016-09-23, support asprocess for oryx. 2.0.218
*
v2.0, 2016-09-23, support change work_dir for oryx.
*
v2.0, 2016-09-15, fix #640, typo for rtmp type. 2.0.217
...
...
trunk/src/core/srs_core.hpp
查看文件 @
d6fc289
...
...
@@ -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 21
8
#define VERSION_REVISION 21
9
// generated by configure, only macros.
#include <srs_auto_headers.hpp>
...
...
请
注册
或
登录
后发表评论