This method of the SystemVersionManager Class creates a version object.
public static Properties createVersion(int major, int minor, int buildnum, int buildinc, String description);
Returns a Property object that contains the version properties.
major | The major version number. |
minor | The minor version number. |
buildnum | The build number. |
buildinc | The incremental build number. |
description | The string description of the version. |