Is there an MQX version or string somewhere which shows/ keeps track of the patch number ?
I found MQX has _mqx_version_number = 0x04020000; which is matched by string const _mqx_version = "4.2.0".
But it doesn't seem to account for patches.
E.g. the two patch archives that were released are 4.2.0.1 and 4.2.0.2. But after I have applied them, the mqx version number and the string stayed same. It seems the patches *should* (or not?) bump the last version byte, but they don't.