diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2024-05-31 13:58:14 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2024-05-31 13:58:14 +0900 |
commit | 54c9812f74b41fd907c10ed8d0911162e88181e6 (patch) | |
tree | 5898e324799ea3c5040a5868cc5222b2bae94801 | |
parent | 43ab41c7e758d6d1b0d1a35429c711bcfada4fca (diff) | |
download | u-boot-54c9812f74b41fd907c10ed8d0911162e88181e6.tar.gz u-boot-54c9812f74b41fd907c10ed8d0911162e88181e6.tar.bz2 u-boot-54c9812f74b41fd907c10ed8d0911162e88181e6.zip |
sd_fusing.py: Update a minor version from 0 to 1
Update a minor version from 0 to 1.
Change-Id: I9fa42c53895dfbbfcd3fa9237f2875d45258e103
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
-rwxr-xr-x | scripts/tizen/sd_fusing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tizen/sd_fusing.py b/scripts/tizen/sd_fusing.py index a4c35c24c1..46bb3e0cf3 100755 --- a/scripts/tizen/sd_fusing.py +++ b/scripts/tizen/sd_fusing.py @@ -17,7 +17,7 @@ import tarfile import tempfile import time -__version__ = "1.0.4" +__version__ = "1.1.0" Format = False Device = "" |