setMinorVer()

Sets the minor version of a version object.

Syntax

void setMinorVer(int newMinorVer);
 

Parameters

newMinorVer [in]
is an integer that specifies the minor version.

Return values

None.

See also

See also the descriptions of the setMajorVer() and setPointVer() methods.

Copyright IBM Corp. 1997, 2003