1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Change stable release to 3.0

This commit is contained in:
winlin 2020-10-10 16:38:59 +08:00
parent 13af54171f
commit 726ac03e22
3 changed files with 4 additions and 4 deletions

2
trunk/configure vendored
View file

@ -401,7 +401,7 @@ destroy: clean_st clean_openssl clean_ffmpeg clean_nginx clean_cherrypy
clean_srs:
(cd ${SRS_OBJS_DIR} && rm -rf srs srs_utest)
(cd ${SRS_OBJS_DIR}/${SRS_PLATFORM} && rm -rf src include lib utest)
(cd ${SRS_OBJS_DIR}/${SRS_PLATFORM} && rm -rf src/* include/* lib/* utest/*)
clean_modules:
(cd ${SRS_OBJS_DIR} && rm -rf $__mdefaults)