1162856Sdes/*
257429Smarkm * Copyright (c) 1980, 1993
357429Smarkm *	The Regents of the University of California.  All rights reserved.
457429Smarkm *
557429Smarkm * Redistribution and use in source and binary forms, with or without
657429Smarkm * modification, are permitted provided that the following conditions
760573Skris * are met:
865674Skris * 1. Redistributions of source code must retain the above copyright
965674Skris *    notice, this list of conditions and the following disclaimer.
1065674Skris * 2. Redistributions in binary form must reproduce the above copyright
1165674Skris *    notice, this list of conditions and the following disclaimer in the
1265674Skris *    documentation and/or other materials provided with the distribution.
1357429Smarkm * 4. Neither the name of the University nor the names of its contributors
1457429Smarkm *    may be used to endorse or promote products derived from this software
1557429Smarkm *    without specific prior written permission.
1657429Smarkm *
17162856Sdes * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18162856Sdes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19162856Sdes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20162856Sdes * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21162856Sdes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22162856Sdes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23162856Sdes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24162856Sdes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25162856Sdes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26162856Sdes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27162856Sdes * SUCH DAMAGE.
28162856Sdes */
29162856Sdes
30162856Sdes#ifndef lint
31162856Sdes#if 0
3257429Smarkmstatic char sccsid[] = "@(#)version.c	8.1 (Berkeley) 6/6/93";
3376262Sgreen#endif
3476262Sgreen#endif /* not lint */
3557429Smarkm#include <sys/cdefs.h>
3692559Sdes__FBSDID("$FreeBSD$");
3776262Sgreen
3857429Smarkm/*
3957429Smarkm * Just keep track of the date/sid of this version of Mail.
4057429Smarkm * Load this file first to get a "total" Mail version.
4157429Smarkm */
4257429Smarkmconst char	*version = "8.1 6/6/93";
4392559Sdes