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
8;
never used