/* * DO NOT MODIFY THIS FILE * This file is generated by this package's build script (package.bld). */ /*! * ======== Version ======== * Version for the ti.mas.vpe package */ metaonly module Version inherits ti.mas.swtools.IVersion2 { /* * ======== MAJOR ======== * Major version number of ti.mas.vpe */ override const UInt16 MAJOR = 3; /* * ======== MINOR ======== * Minor version number of ti.mas.vpe */ override const UInt16 MINOR = 6; /* * ======== PATCH ======== * Patch level of ti.mas.vpe */ override const UInt16 PATCH = 0; /* * ======== BUILD ======== * Build Number of ti.mas.vpe */ const UInt16 BUILD = 0; /* * ======== QUALITY ======== * Quality level of ti.mas.vpe */ override const UInt16 QUALITY = 3; /* * ======== BTYPE ======== * Built type of ti.mas.vpe */ override const UInt16 BTYPE = 0; /* * ======== WIDTH ======== * Minimum print width for ti.mas.vpe */ override const UInt16 WIDTH = 0; /* * ======== PACKAGING STD COMPLIANCE ======== * Packaging Standard Compliance field */ const UInt16 PKGSTD = 2; }