home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * version.h -- version identification
- */
-
- /*
- * Version number to insure format of data base matches version of iconc
- * and rtt.
- */
-
- #define DVersion "8.4.002"
-
- #if COMPILER
- /*
- * &version
- */
- #define Version "Icon Compiler Version 8.5. February 9, 1992."
- #else /* COMPILER */
- /*
- * &version
- */
- #define Version "Icon Interpreter Version 8.5. February 9, 1992"
-
- /*
- * Version numbers to be sure ucode is compatible with the linker
- * and icode is compatible with the run-time system.
- */
-
- #define UVersion "U8.4.001"
- #ifdef IconCalling
- #define IVersion "I8.4.001+C"
- #else /* IconCalling */
- #define IVersion "I8.4.001"
- #endif /* IconCalling */
- #endif /* COMPILER */
-
- /*
- * Version number for event monitoring.
- */
- #define Eversion "8.4.000"
-