home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * Value identification information.
- */
-
- #define Version "Icon Version 8.0. April 1, 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 */
-