mirror of https://github.com/ossrs/srs.git
Start the SRS 7.0.0
parent
384ccbac0d
commit
7478311547
@ -0,0 +1,7 @@
|
|||||||
|
//
|
||||||
|
// Copyright (c) 2013-2024 The SRS Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
|
|
||||||
|
#include <srs_core_version7.hpp>
|
@ -0,0 +1,14 @@
|
|||||||
|
//
|
||||||
|
// Copyright (c) 2013-2024 The SRS Authors
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: MIT
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef SRS_CORE_VERSION7_HPP
|
||||||
|
#define SRS_CORE_VERSION7_HPP
|
||||||
|
|
||||||
|
#define VERSION_MAJOR 7
|
||||||
|
#define VERSION_MINOR 0
|
||||||
|
#define VERSION_REVISION 0
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue