Skip to content

Commit

Permalink
fix #666, crash when source cleanup for http-flv. 2.0.220
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 26, 2016
1 parent b007350 commit 8b00e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ Remark:

## History

* v2.0, 2016-10-26, fix #666, crash when source cleanup for http-flv. 2.0.220
* 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.
Expand Down
2 changes: 1 addition & 1 deletion trunk/src/core/srs_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 219
#define VERSION_REVISION 220

// generated by configure, only macros.
#include <srs_auto_headers.hpp>
Expand Down

0 comments on commit 8b00e56

Please sign in to comment.