VERSION
Syntax
VERSION major[.minor]
This statement tells LINK to put a number in the header of the .EXE file or DLL. The major and minor arguments are decimal numbers in the range 0 through 65,535. The default is version 0.0.
An equivalent way to specify a version number is with the Version Information (/VERSION) option.