xref: /csrg-svn/usr.bin/mail/version.c (revision 62083)
14348Skurt /*
2*62083Sbostic  * Copyright (c) 1980, 1993
3*62083Sbostic  *	The Regents of the University of California.  All rights reserved.
433499Sbostic  *
542741Sbostic  * %sccs.include.redist.c%
622472Sdist  */
722472Sdist 
834906Sbostic #ifndef lint
9*62083Sbostic static char sccsid[] = "@(#)version.c	8.1 (Berkeley) 06/06/93";
1034906Sbostic #endif /* not lint */
1122472Sdist 
1222472Sdist /*
134348Skurt  * Just keep track of the date/sid of this version of Mail.
145254Skurt  * Load this file first to get a "total" Mail version.
154348Skurt  */
16*62083Sbostic char	*version = "8.1 06/06/93";
17