To help users identify what version of my program they are using, I want it to have an "Identity string" available.
eg
"Prog: Bodgit, Version: 0.0.0, Compiled: 20061215"
The version number would be manually updated, but, just in case I forget, then I want the datestamp to be based on the datea and time the program was compiled/linked. Please can someone tell me whether there is a function available to return this information to me? Many thanks.
eg
"Prog: Bodgit, Version: 0.0.0, Compiled: 20061215"
The version number would be manually updated, but, just in case I forget, then I want the datestamp to be based on the datea and time the program was compiled/linked. Please can someone tell me whether there is a function available to return this information to me? Many thanks.
Comment