version X
1: #ifndef lint 2: static char *sccsid = "@(#)version.c 1.2 (Berkeley) 3/5/86"; 3: #endif 4: 5: /* 6: * Provide the version number of this release. 7: */ 8: 9: char *version = "1.2a";