mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-06-02 09:46:34 +03:00
The output of the version information in "avrdude -v" has changed between
avrdude 7.3 and now (commit cf0822bb71):
avrdude: Version 7.3
Avrdude version 7.3-20240814 (250a663a)
This means that the old grep call looking for "Version" cannot
find anything any more, and therefore needs to be changed.
This was not discovered as the test-avrdude script neglected to
abort if no version information is found.