I'm currently dealing with the unpleasant headache of tracking various
installations of different versions of my SOLO app. I've added
functionality to display the version number of the app, but I'd also
like to include a build number. In fact, I'd prefer to just use the
time at which the app was built if that's possible.
How could I go about doing this? Some sort of preprocessing directive?
Thanks in advance! :)
-Rich