File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535
3636'''Intel HEX file format bin2hex convertor utility.'''
3737
38- VERSION = '2.2'
38+ VERSION = '2.2.1 '
3939
4040if __name__ == '__main__' :
4141 import getopt
Original file line number Diff line number Diff line change 3535
3636'''Intel HEX file format hex2bin convertor utility.'''
3737
38- VERSION = '2.2'
38+ VERSION = '2.2.1 '
3939
4040if __name__ == '__main__' :
4141 import getopt
Original file line number Diff line number Diff line change 3535
3636"""Show content of hex file as hexdump."""
3737
38- VERSION = '2.2'
38+ VERSION = '2.2.1 '
3939
4040USAGE = '''hex2dump: show content of hex file as hexdump.
4141Usage:
Original file line number Diff line number Diff line change 3737of compared data.
3838"""
3939
40- VERSION = '2.2'
40+ VERSION = '2.2.1 '
4141
4242USAGE = '''hexdiff: diff dumps of 2 hex files.
4343Usage:
Original file line number Diff line number Diff line change 3838 data (if any), in YAML format.
3939"""
4040
41- VERSION = '2.2'
41+ VERSION = '2.2.1 '
4242
4343USAGE = '''hexinfo: summarize a hex file's contents.
4444Usage:
Original file line number Diff line number Diff line change 3535
3636"""Merge content of several hex files into one file."""
3737
38- VERSION = '2.2'
38+ VERSION = '2.2.1 '
3939
4040USAGE = '''hexmerge: merge content of hex files.
4141Usage:
You can’t perform that action at this time.
0 commit comments