Introduction
StampVer was written to allow easy stamping of a build number into the version resource of a Win32 executable. This build number can be specified on the command line, or via a response file. If a response file is used, StampVer can autoincrement the version number contained it it.
This can be useful if you are frequently passing application builds around and want something more definitive than file dates to determine which version someone has.
Note that this works directly on the final EXE – as it does not make changes to your source files, your resources do not need to be recompiled. In other words, it’s fast!
Moved!
To try to better separate my programming activities from non-programming ones, I’ve moved the stampver page to http://www.elphin.com/downloads/stampver/