Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Comment Code Version

Status
Not open for further replies.

ronnyjljr

IS-IT--Management
Nov 23, 2003
249
US
Hello,

I want to add a version to each of my files. Something on top like this...

Code:
[green]
/* Blah My Product Blah
 * Version 1.0.0
 *
 */

[/green]

If I include this header, is there anyway I can automatically adjust the versions throughout all of my files? For instance, does websphere have a variable I can define for the product version that will do this?

Any thoughts?


Thanks,
Ron

typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top