home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p064 / 3.ddi / VERSION.H < prev   
Encoding:
C/C++ Source or Header  |  1991-07-01  |  1.0 KB  |  28 lines

  1. /****************************************************************************/
  2. /*        Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991                  */
  3. /*          By MicroSim Corporation, All Rights Reserved                    */
  4. /****************************************************************************/
  5. /*****************************************************************************
  6. * VERSION.H
  7. *
  8. *   $Revision:   1.10  $
  9. *   $Author:   amf  $
  10. *   $Date:   20 Jun 1991 15:48:22  $
  11. *
  12. * Purpose
  13. *   Defines the current software release version info.
  14. *
  15. * Discussion
  16. *    If a local copy is required, just copy this file to the subdirectory and
  17. *    make required changes -- the search order for C should find the local
  18. *    copy before using this one.
  19. *
  20. * Author
  21. *    PWT  24 Apr 90 - created for SETUPDEV (after much discussion)
  22. *
  23. *****************************************************************************/
  24.  
  25. #define VERSIONTXT "Version 5.0 - July 1991"
  26. #define VERSIONNUM "5.0"
  27. #define VERSIONDATE "Jul 1991"
  28.