Version numbers
I second the motion!
The version information string should go in the application's Info.plist file, in the CFBundleGetInfoString key.
Here's an example version string from another application, Adium X 1.0b15:
"1.0b15, Copyright 2001-2007 The Adium Team"
By placing the...