1
0
Fork 0
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:
Winlin 2022-11-22 22:20:19 +08:00 committed by GitHub
parent 0b955b4166
commit 4b3fe68973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 29 additions and 2 deletions

View file

@ -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

View file

@ -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>

View file

@ -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>

View 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>

View 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