We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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