Dear @Alice_Yang ,
I think that is not correct.
Files in Github easily refute your statement, e.g., from SDK 2.13.0 release:
LPC55S69 fsl_clock.h: MAKE_VERSION(2, 3, 6)
LPC5528 fsl_clock.h: MAKE_VERSION(2, 3, 6)
LPC5528 fsl_power.h: MAKE_VERSION(1, 0, 0)
=> version is not related to product series
Further, compare with an older SDK 2.9.0 release for the same product and file:
LPC5528 fsl_clock.h: MAKE_VERSION(2, 3, 4)
=> Different SDK versions relate to different versions.
I assume that somebody forgot to bump up the version