Skip to content

Commit 5c15003

Browse files
authored
Merge pull request #26 from andrey-komarov/bump-version
Bump scripts version to allow tests to pass.
2 parents b4c540a + 1597874 commit 5c15003

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

scripts/bin2hex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
'''Intel HEX file format bin2hex convertor utility.'''
3737

38-
VERSION = '2.2'
38+
VERSION = '2.2.1'
3939

4040
if __name__ == '__main__':
4141
import getopt

scripts/hex2bin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
'''Intel HEX file format hex2bin convertor utility.'''
3737

38-
VERSION = '2.2'
38+
VERSION = '2.2.1'
3939

4040
if __name__ == '__main__':
4141
import getopt

scripts/hex2dump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
"""Show content of hex file as hexdump."""
3737

38-
VERSION = '2.2'
38+
VERSION = '2.2.1'
3939

4040
USAGE = '''hex2dump: show content of hex file as hexdump.
4141
Usage:

scripts/hexdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
of compared data.
3838
"""
3939

40-
VERSION = '2.2'
40+
VERSION = '2.2.1'
4141

4242
USAGE = '''hexdiff: diff dumps of 2 hex files.
4343
Usage:

scripts/hexinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
data (if any), in YAML format.
3939
"""
4040

41-
VERSION = '2.2'
41+
VERSION = '2.2.1'
4242

4343
USAGE = '''hexinfo: summarize a hex file's contents.
4444
Usage:

scripts/hexmerge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
"""Merge content of several hex files into one file."""
3737

38-
VERSION = '2.2'
38+
VERSION = '2.2.1'
3939

4040
USAGE = '''hexmerge: merge content of hex files.
4141
Usage:

0 commit comments

Comments
 (0)