Recognize version string "0.12" in recent OpenOCD master
authorBoris Shingarov <shingarov@labware.com>
Sat, 24 Sep 2022 11:08:42 +0000 (07:08 -0400)
committerBoris Shingarov <shingarov@labware.com>
Sat, 24 Sep 2022 11:15:48 +0000 (07:15 -0400)
commited5807381e3ffa88d589cda8490387e8d23b9ca6
tree407cc3bf1ed7194733080eaacd350a8b293036a3
parentd3fb2639dd375fb65a3cce20e44fba2bf28b443d
Recognize version string "0.12" in recent OpenOCD master

Starting from 5e7612eb4, OpenOCD identifies itself as 0.12.
This causes Microwatt's flash-arty script to fail.  Because neither
the cfg nor the proxy bitstream are affected, we can keep treating
everything as indistinguishable from 0.11.  This patch simply tests
for "0.12" as an alias; it would probably be better to replace this
confusing terminology with something like "single-tap/multi-tap".

Signed-off-by: Boris Shingarov <shingarov@labware.com>
openocd/flash-arty