From 105fb97825c43a44c6d56764d608bf36eb8ff650 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 6 Sep 2022 11:20:16 +0900 Subject: [PATCH] scripts: sd_fusing_rpi4: update version to 1.0.7 Since 1.0.7, partition-a/b-status.info is supported. Change-Id: I2cce9a92c88a54d73f62e1e556c85219b90f0071 Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index b12846d1c3..5dc8149d49 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -499,7 +499,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi4 downloader, version 1.0.6" + echo "Raspberry Pi4 downloader, version 1.0.7" echo "" } -- 2.34.1