home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / lilith / m2vers.def < prev    next >
Text File  |  2020-01-01  |  465b  |  13 lines

  1. DEFINITION MODULE KermVers;
  2. (************************************************************************)
  3. (*  Version displays information about the current version of M2-Kermit *)
  4. (*  written:            25.02.86     Matthias Aebi                      *)
  5. (*  last modification:  25.02.86     Matthias Aebi                      *)
  6. (************************************************************************)
  7.  
  8. EXPORT QUALIFIED Version;
  9.  
  10. PROCEDURE Version;
  11.  
  12. END KermVers.
  13.