1107590Sobrien/*
2107590Sobrien * Copyright (c) 1980, 1993
3107590Sobrien *	The Regents of the University of California.  All rights reserved.
4107590Sobrien *
5107590Sobrien * Redistribution and use in source and binary forms, with or without
6107590Sobrien * modification, are permitted provided that the following conditions
7107590Sobrien * are met:
8107590Sobrien * 1. Redistributions of source code must retain the above copyright
9107590Sobrien *    notice, this list of conditions and the following disclaimer.
10107590Sobrien * 2. Redistributions in binary form must reproduce the above copyright
11107590Sobrien *    notice, this list of conditions and the following disclaimer in the
12107590Sobrien *    documentation and/or other materials provided with the distribution.
13107590Sobrien * 4. Neither the name of the University nor the names of its contributors
14107590Sobrien *    may be used to endorse or promote products derived from this software
15107590Sobrien *    without specific prior written permission.
16107590Sobrien *
17107590Sobrien * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18107590Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19107590Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20107590Sobrien * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21107590Sobrien * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22107590Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23107590Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24107590Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25107590Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26107590Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27107590Sobrien * SUCH DAMAGE.
28107590Sobrien */
29107590Sobrien
30107590Sobrien#ifndef lint
31107590Sobrien#if 0
32107590Sobrienstatic char sccsid[] = "@(#)version.c	8.1 (Berkeley) 6/6/93";
33107590Sobrien#endif
34107590Sobrien#endif /* not lint */
35107590Sobrien#include <sys/cdefs.h>
36107590Sobrien__FBSDID("$FreeBSD: releng/10.3/usr.bin/mail/version.c 216370 2010-12-11 08:32:16Z joel $");
37107590Sobrien
38107590Sobrien/*
39107590Sobrien * Just keep track of the date/sid of this version of Mail.
40107590Sobrien * Load this file first to get a "total" Mail version.
41107590Sobrien */
42107590Sobrienconst char	*version = "8.1 6/6/93";
43107590Sobrien