From 1e9133181f8005cb9d9e4b6d1542ee023b024658 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 27 Jul 2024 11:40:10 +0800 Subject: [PATCH] Switch to 6.0 release header. --- trunk/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure b/trunk/configure index 10cea9f86..041a4a177 100755 --- a/trunk/configure +++ b/trunk/configure @@ -268,7 +268,7 @@ fi MODULE_ID="CORE" MODULE_DEPENDS=() ModuleLibIncs=(${SRS_OBJS}) -MODULE_FILES=("srs_core" "srs_core_version" "srs_core_version5" "srs_core_autofree" "srs_core_performance" +MODULE_FILES=("srs_core" "srs_core_version" "srs_core_version6" "srs_core_autofree" "srs_core_performance" "srs_core_time" "srs_core_platform" "srs_core_deprecated") CORE_INCS="src/core"; MODULE_DIR=${CORE_INCS} . $SRS_WORKDIR/auto/modules.sh CORE_OBJS="${MODULE_OBJS[@]}"