Skip to content

Commit fcbcf1f

Browse files
authored
Substitute patch 0008. append -arduino instead of _Arduino to version string (#2)
1 parent bfffe92 commit fcbcf1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
From b4220bcf4dc50cf391c526d2a247cd87470e0d06 Mon Sep 17 00:00:00 2001
1+
From bc65a76a48fe688bf9e9ce3efe90973976cf400a Mon Sep 17 00:00:00 2001
22
From: pennam <[email protected]>
33
Date: Mon, 18 Oct 2021 09:41:39 +0200
4-
Subject: [PATCH] Imgtool: Append _Arduino to version string
4+
Subject: [PATCH] Imgtool: Append -arduino to version string
55

66
---
77
scripts/imgtool/__init__.py | 2 +-
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/scripts/imgtool/__init__.py b/scripts/imgtool/__init__.py
11-
index ca43b8d..08967ee 100644
11+
index ca43b8d..20769a4 100644
1212
--- a/scripts/imgtool/__init__.py
1313
+++ b/scripts/imgtool/__init__.py
1414
@@ -14,4 +14,4 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

1818
-imgtool_version = "1.8.0"
19-
+imgtool_version = "1.8.0_Arduino"
19+
+imgtool_version = "1.8.0-arduino"
2020
--
21-
2.35.1
21+
2.30.2
2222

0 commit comments

Comments
 (0)