From 2638a07571a94b9991afec684875104d4948b4c9 Mon Sep 17 00:00:00 2001 From: sunbeam Date: Fri, 20 Dec 2024 17:10:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cva_asw_m0146/src/extern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cva_asw_m0146/src/extern.c b/cva_asw_m0146/src/extern.c index 41c0d18..8f4befb 100644 --- a/cva_asw_m0146/src/extern.c +++ b/cva_asw_m0146/src/extern.c @@ -50,7 +50,7 @@ __root const app_CfgInfoType app_info = { .sAswHeader = ASW_HEAD_MASK,//0x00010400 .appBuildTime = __TIME__,//0x00010404 .appBuildDate = __DATE__,//0x00010410 - .appSW_VERSION = "SW0101_20241211", + .appSW_VERSION = "SW0101_20241220", };