Fix incorrect ABI version number in error message
Don't include IDE_MINOR_VERSION in the expected plugin ABI message.
I'm assuming that since Builder v41 the IDE_MAJOR_VERSION is now being incremented and plugins will be expected to report an ABI of IDE_MAJOR_VERSION.0
instead of IDE_MAJOR_VERSION.IDE_MINOR_VERSION
.
Solves #1540 (closed)