home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XGAMES / SPIDER.TAR / spider / version.c < prev    next >
Encoding:
Text File  |  1991-09-28  |  577 b   |  21 lines

  1. /*
  2.  *    Spider
  3.  *
  4.  *    (c) Copyright 1989, Donald R. Woods and Sun Microsystems, Inc.
  5.  *    (c) Copyright 1990, David Lemke and Network Computing Devices Inc.
  6.  *
  7.  *    See copyright.h for the terms of the copyright.
  8.  *
  9.  *    @(#)version.c    2.1    90/04/25
  10.  *
  11.  */
  12.  
  13. /*
  14.  * Using the version number to reflect a patch level as well.  For patch to
  15.  * succeed, it must have a space before and after the string to match.
  16.  * In the case below, add the line Prereq: "1.0.1" to the next patch to be
  17.  * sure patches are installed in the correct order.
  18.  */
  19. char    *version = "1.1" ;
  20. char    *build_date = DATE;
  21.