mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 12:21:55 +00:00
add alipay donation page. to 0.9.76
This commit is contained in:
parent
2553bd74b7
commit
f3b441ba1f
2 changed files with 2 additions and 1 deletions
|
@ -192,6 +192,7 @@ Supported operating systems and hardware:
|
|||
* 2013-10-17, Created.<br/>
|
||||
|
||||
## History
|
||||
* v1.0, 2014-04-25, add donation page. 0.9.76
|
||||
* v1.0, 2014-04-24, support live flashP2P(integrated by chnvideo VDN). 0.9.75
|
||||
* v1.0, 2014-04-21, support android app to start srs for internal edge. 0.9.72
|
||||
* v1.0, 2014-04-19, support tool over srs-librtmp to ingest flv/rtmp. 0.9.71
|
||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
// current release version
|
||||
#define VERSION_MAJOR "0"
|
||||
#define VERSION_MINOR "9"
|
||||
#define VERSION_REVISION "75"
|
||||
#define VERSION_REVISION "76"
|
||||
#define RTMP_SIG_SRS_VERSION VERSION_MAJOR"."VERSION_MINOR"."VERSION_REVISION
|
||||
// server info.
|
||||
#define RTMP_SIG_SRS_KEY "srs"
|
||||
|
|
Loading…
Reference in a new issue