1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix server id generator bug. v4.0.254

This commit is contained in:
winlin 2022-08-10 10:20:47 +08:00
parent 7b23a42139
commit febd45d514
3 changed files with 9 additions and 4 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 253
#define VERSION_REVISION 254
#endif