1: # include <sccs.h> 2: 3: SCCSID(@(#)version.c 8.7 1/31/86) 4: 5: /* 6: ** VERSION.C -- define the current version 7: ** 8: ** This just factors out the current version into one file 9: ** to make releases easier. It is printed by the terminal 10: ** monitor, but should probably be loaded with everything 11: ** to guarantee a stamp in every file. 12: ** 13: ** This file defines the system version identification. 14: */ 15: 16: char SysIdent[] = "INGRES version 8.7 (1/31/86)";