PiPL "version mismatch"
I am getting the following PiPL warning:
"Code version is 1.0 and PiPL version is 1.0. (80601)"
I can't make any sense of it.
It occured after I set the folowing #defines.
#define MAJOR_VERSION 1
#define MINOR_VERSION 0
#define BUG_VERSION 0
#define STAGE_VERSION PF_Stage_RELEASE
#define BUILD_VERSION 1
I presume these settings imply "Myplugin v1.0R".
I have tried playing with my PiPL.r file, but nothing seems to make any difference.
What are the correct settings? And does it matter if I just release the plugin as a development version, with the same version numbers each time?
