Exe Version Number

Started by
0 comments, last by Skibum 21 years, 10 months ago
What is an easy way to add a version/build number to an executeable when I compile it and have it increment every time?
Advertisement
What compiler/IDE are you using. In Delphi you would go Project->Options->Version Info and check off include version information in project and auto-increment build number. In Visual C++ you''ll want to look up the documentation here (in your local help files goto "version resource, editing" in the index, it has screenshots of the method used).

This topic is closed to new replies.

Advertisement