mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Init SRS 6. v6.0.0 (#3269)
This commit is contained in:
parent
0b955b4166
commit
4b3fe68973
5 changed files with 29 additions and 2 deletions
|
@ -4,6 +4,12 @@
|
||||||
|
|
||||||
The changelog for SRS.
|
The changelog for SRS.
|
||||||
|
|
||||||
|
<a name="v6-changes"></a>
|
||||||
|
|
||||||
|
## SRS 6.0 Changelog
|
||||||
|
|
||||||
|
* v6.0, 2022-11-22, Init SRS 6. v6.0.0
|
||||||
|
|
||||||
<a name="v5-changes"></a>
|
<a name="v5-changes"></a>
|
||||||
|
|
||||||
## SRS 5.0 Changelog
|
## SRS 5.0 Changelog
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#define SRS_CORE_HPP
|
#define SRS_CORE_HPP
|
||||||
|
|
||||||
// The version config.
|
// The version config.
|
||||||
#include <srs_core_version5.hpp>
|
#include <srs_core_version6.hpp>
|
||||||
|
|
||||||
// The macros generated by configure script.
|
// The macros generated by configure script.
|
||||||
#include <srs_auto_headers.hpp>
|
#include <srs_auto_headers.hpp>
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <srs_core_version4.hpp>
|
#include <srs_core_version5.hpp>
|
||||||
|
|
7
trunk/src/core/srs_core_version6.cpp
Normal file
7
trunk/src/core/srs_core_version6.cpp
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
//
|
||||||
|
// Copyright (c) 2013-2022 The SRS Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
#include <srs_core_version6.hpp>
|
14
trunk/src/core/srs_core_version6.hpp
Normal file
14
trunk/src/core/srs_core_version6.hpp
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
//
|
||||||
|
// Copyright (c) 2013-2022 The SRS Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef SRS_CORE_VERSION6_HPP
|
||||||
|
#define SRS_CORE_VERSION6_HPP
|
||||||
|
|
||||||
|
#define VERSION_MAJOR 6
|
||||||
|
#define VERSION_MINOR 0
|
||||||
|
#define VERSION_REVISION 0
|
||||||
|
|
||||||
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue