#!/usr/bin/qsh
#
# //  DESCRIPTION:
# //      Script file used to create an HTML file
# //      containing the version information for the product.

. $(/usr/bin/dirname $0)/versionInfo -format html -file versionReport.html
