home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************/
- /* Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991 */
- /* By MicroSim Corporation, All Rights Reserved */
- /****************************************************************************/
- /*****************************************************************************
- * VERSION.H
- *
- * $Revision: 1.10 $
- * $Author: amf $
- * $Date: 20 Jun 1991 15:48:22 $
- *
- * Purpose
- * Defines the current software release version info.
- *
- * Discussion
- * If a local copy is required, just copy this file to the subdirectory and
- * make required changes -- the search order for C should find the local
- * copy before using this one.
- *
- * Author
- * PWT 24 Apr 90 - created for SETUPDEV (after much discussion)
- *
- *****************************************************************************/
-
- #define VERSIONTXT "Version 5.0 - July 1991"
- #define VERSIONNUM "5.0"
- #define VERSIONDATE "Jul 1991"