1: /* 2: ** VERSION.H -- system version definition file. 3: ** 4: ** NOTICE: 5: ** Version numbers stored in files are SCCS id's 6: ** and may not correspond to the external distribution 7: ** version number. The distribution number applies to 8: ** the entire system and not to any particular file. 9: ** This file defines a "release" number, used for 10: ** creating file names. The entire system version 11: ** number (including mod number) is defined by 12: ** conf/version.c. 13: ** 14: ** Version: 15: ** @(#)version.h 8.1 12/31/84 16: */ 17: 18: 19: /* 20: ** VERSION is the version number of this incarnation of INGRES 21: ** for purposes of creating file names. 22: ** DBVERCODE is the code for this database version stored in 23: ** the admin file. 24: ** PATHEXT is an extension for the path as derived from the 25: ** "ingres" entry in the password file to determine 26: ** the "Pathname" variable. If it is not defined, 27: ** no extension is made. 28: */ 29: 30: # define VERSION "8" /* version number */ 31: # define DBVERCODE 1 /* database version code */ 32: /* # define PATHEXT "/x" /* the root path extension */