mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme, rename wiki/xxx to wiki/v1_xxx
This commit is contained in:
parent
e46e7fc596
commit
a169262099
2 changed files with 2 additions and 1 deletions
|
@ -220,6 +220,7 @@ Supported operating systems and hardware:
|
||||||
* 2013-10-17, Created.<br/>
|
* 2013-10-17, Created.<br/>
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
* v2.0, 2014-10-24, rename wiki/xxx to wiki/v1_xxx. 2.0.3.
|
||||||
* v2.0, 2014-10-19, fix [#184](https://github.com/winlinvip/simple-rtmp-server/issues/184), support AnnexB in RTMP body for HLS. 2.0.2
|
* v2.0, 2014-10-19, fix [#184](https://github.com/winlinvip/simple-rtmp-server/issues/184), support AnnexB in RTMP body for HLS. 2.0.2
|
||||||
* v2.0, 2014-10-18, remove supports for OSX(darwin). 2.0.1.
|
* v2.0, 2014-10-18, remove supports for OSX(darwin). 2.0.1.
|
||||||
* v2.0, 2014-10-16, revert github srs README to English. 2.0.0.
|
* v2.0, 2014-10-16, revert github srs README to English. 2.0.0.
|
||||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
// current release version
|
// current release version
|
||||||
#define VERSION_MAJOR "2"
|
#define VERSION_MAJOR "2"
|
||||||
#define VERSION_MINOR "0"
|
#define VERSION_MINOR "0"
|
||||||
#define VERSION_REVISION "2"
|
#define VERSION_REVISION "3"
|
||||||
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
|
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
|
||||||
// server info.
|
// server info.
|
||||||
#define RTMP_SIG_SRS_KEY "SRS"
|
#define RTMP_SIG_SRS_KEY "SRS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue