summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorWu, Zhenyu <wuzhenyu@ustc.edu>2024-03-31 18:54:55 +0200
committerChristian Brabandt <cb@256bit.org>2024-03-31 18:54:55 +0200
commite523dd9803ed62ea0657af8c85ab7bdfe80f4c53 (patch)
treeb75b67709e0d218fe7e6c0fef87974ce67c4d779 /src/version.c
parent3cf121ed31f7a022e2ae6585391434d9c88e9792 (diff)
patch 9.1.0234: filetype: support for Intel HEX files is lackingv9.1.0234
Problem: filetype: support for Intel HEX files is lacking Solution: Add more file extensions that are typical for Intel HEX files (Wu, Zhenyu) Reference: https://en.wikipedia.org/wiki/Intel_HEX closes: #14355 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 1f748c8260..a5395e9ca4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 234,
+/**/
233,
/**/
232,