
/*
 * Value identification information.
 */

#define Version	"Icon Version 8.0.  March 25, 1990"

/*
 * Version numbers to be sure ucode is compatible with the linker
 * and icode is compatible with the run-time system.
 */

#define UVersion "U8.0.002"
#ifdef IconCalling
#define IVersion "I8.0.001+C"
#else					/* IconCalling */
#define IVersion "I8.0.001"
#endif					/* IconCalling */
