Getting patch number / information from source?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting patch number / information from source?

929 Views
dry
Senior Contributor I

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.

0 Kudos
Reply
1 Reply

814 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi D.RY

As far as I know there is no patch info from the source. But we can get this info from the release notes.

Regards

Daniel

0 Kudos
Reply