/VERSION   (Version Information)

OverviewHow Do ILinker Options

The Version Information (/VERSION:major[**.**minor]) option tells the linker to put a version number in the header of the .EXE file or DLL. (To find this option in the development environment, click Settings on the Project menu. Then click the Link tab, and click Output in the Category box.)

The major and minor arguments are decimal numbers in the range 0 through 65,535. The default is version 0.0.

Another way to insert a version number is with the VERSION module-definition statement.