/VERSION_NUMBER=option
Use at least one of the following options:
o /VERSION_NUMBER=MINUMUM=file_version
DFU selects files whose version number in the file name
is at least 'file_version'.
o /VERSION_NUMBER=MAXIMUM=file_version
DFU selects files whose version number in the file name
is at most 'file_version'.
Both options can be combined, eg.:
/VERSION=(MIN=1000,MAX=10000) will select all files
with a version_number between 1000 and 10000 inclusive.