Build now generates chipKITVersion.h with the current tag version in it as the macro:
#define __CHIPKIT__ 20002
That's A.B.C with two digits allocated to B and C. An Ant plugin is used to convert the tag string into the right format and generate the file (source included as well as compiled .jar).
Build now generates chipKITVersion.h with the current tag version in it as the macro:
That's A.B.C with two digits allocated to B and C. An Ant plugin is used to convert the tag string into the right format and generate the file (source included as well as compiled .jar).