From c15fadb9d52214f7ddc497ad4582c593f6a3f1a9 Mon Sep 17 00:00:00 2001 From: along Date: Mon, 20 Dec 2021 15:58:14 +0800 Subject: [PATCH] Update the stable version to SRS 4.0 (#2802) now 4.0 is released and stable. VERSION_STABLE should be 4 --- trunk/src/core/srs_core.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/core/srs_core.hpp b/trunk/src/core/srs_core.hpp index ceecdd079..cedf8b1c6 100644 --- a/trunk/src/core/srs_core.hpp +++ b/trunk/src/core/srs_core.hpp @@ -29,7 +29,7 @@ #define RTMP_SIG_SRS_DOMAIN "ossrs.net" // The current stable release. -#define VERSION_STABLE 3 +#define VERSION_STABLE 4 #define VERSION_STABLE_BRANCH SRS_XSTR(VERSION_STABLE) ".0release" // For 32bit os, 2G big file limit for unistd io,