home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / language / icon / Source / h / Version < prev   
Encoding:
Text File  |  1990-07-19  |  387 b   |  19 lines

  1.  
  2. /*
  3.  * Value identification information.
  4.  */
  5.  
  6. #define Version    "Icon Version 8.0.  April 1, 1990"
  7.  
  8. /*
  9.  * Version numbers to be sure ucode is compatible with the linker
  10.  * and icode is compatible with the run-time system.
  11.  */
  12.  
  13. #define UVersion "U8.0.002"
  14. #ifdef IconCalling
  15. #define IVersion "I8.0.001+C"
  16. #else                    /* IconCalling */
  17. #define IVersion "I8.0.001"
  18. #endif                    /* IconCalling */
  19.