From 102b92a38a56e592a8a0e3b9c1cf7b49d5ce6fbb Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Fri, 22 May 2020 16:52:18 +0900 Subject: [PATCH] scripts: tizen: update script version to distinguish Update script minor version to distinguish. (from 1.3 to 1.3.1) - 1.3.1 : Enhance write performcne Change-Id: If9bbc1cbca22d87bc837d03e60d09a3a0e6c6883 Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index f00aca867e..2503ed89b5 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -350,7 +350,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi3 downloader, version 1.3" + echo "Raspberry Pi3 downloader, version 1.3.1" echo "" } -- 2.34.1