/VERSION

Syntax:

/VERSION:major [.minor ]

Tells the linker to put a version number in the header of the executable file or DLL.

The major and minor arguments are decimal numbers in the range 0 - 65535. The default is version 0.0.

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

You can select this option in the Microsoft visual development environment by typing version information in the Major and Minor boxes in the Output category of the Link tab of the Project Settings dialog box.