1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  */
   6: 
   7: #ifndef lint
   8: static char *sccsid = "@(#)version.c	5.2 (Berkeley) 6/21/85";
   9: #endif not lint
  10: 
  11: /*
  12:  * Just keep track of the date/sid of this version of Mail.
  13:  * Load this file first to get a "total" Mail version.
  14:  */
  15: static  char    *SccsID = "@(#)UCB Mail Version 5.2 (6/21/85)";
  16: char    *version = "5.2 6/21/85";

Defined variables

SccsID defined in line 15; never used
sccsid defined in line 8; never used
version defined in line 16; never used
Last modified: 1985-06-22
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 368
Valid CSS Valid XHTML 1.0 Strict