Is it possible to create an incremental build #? Whereas I currently control version information (esoterically) I haven't found a good way other than creating a program to read a number stored in a file and increment the number in the file then store the data to a file that's included for build # for example something akin too
#define PROJECT_BUILD_NUMBER 4329
In a file called build_number.h
Is this the only way? or is it supported in micro vision someplace?
Stephen