mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Merge branch '4.0release' into develop
This commit is contained in:
commit
26284e368f
2 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ The changelog for SRS.
|
|||
|
||||
## SRS 4.0 Changelog
|
||||
|
||||
* v4.0, 2022-08-10, Fix server id generator bug. v4.0.254
|
||||
* v4.0, 2022-06-29, Update SRS image for r.ossrs.net. v4.0.253
|
||||
* v4.0, 2022-06-11, For [#3058](https://github.com/ossrs/srs/pull/3058): Docker: Support x86_64, armv7 and aarch64 docker image (#3058). v4.0.252
|
||||
* v4.0, 2022-03-19, For [#2893](https://github.com/ossrs/srs/pull/2893): SRT: Decouple publish with play url (#2893). v4.0.251
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 253
|
||||
#define VERSION_REVISION 254
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue