winlin

fix #661, close fd after thread stopped. 2.0.219

... ... @@ -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
... ...
... ... @@ -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 218
#define VERSION_REVISION 219
// generated by configure, only macros.
#include <srs_auto_headers.hpp>
... ...