1: #
   2: /*
   3: **	COPYRIGHT
   4: **
   5: **	The Regents of the University of California
   6: **
   7: **	1977
   8: **
   9: **	This program material is the property of the
  10: **	Regents of the University of California and
  11: **	may not be reproduced or disclosed without
  12: **	the prior written permission of the owner.
  13: */
  14: 
  15: 
  16: /*
  17: **	VERSION is the version number of this incarnation of INGRES, in
  18: **		the form 9.9/99, where the number after the slash is
  19: **		the release, mod number, or whatever.  The info before
  20: **		the slash is used for determining the file names for
  21: **		the dayfile and proctab, and the whole thing is printed
  22: **		out at login time.
  23: */
  24: 
  25: # define    VERSION     "6.3/0"     /* version number */
  26: # define    REL_DATE    "February 1, 1981"  /* release date */
  27: # define    MOD_DATE    "February 1, 1981"  /* modification date */

Defined macros

MOD_DATE defined in line 27; used 1 times
REL_DATE defined in line 26; used 1 times

Usage of this include

Last modified: 1995-02-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2076
Valid CSS Valid XHTML 1.0 Strict