1 #define	V	"12.4"
2 /*
3  * Heirloom mailx - a mail user agent derived from Berkeley Mail.
4  *
5  * Copyright (c) 2000-2004 Gunnar Ritter, Freiburg i. Br., Germany.
6  */
7 /*
8  * Copyright (c) 1980, 1993
9  *	The Regents of the University of California.  All rights reserved.
10  *
11  * Redistribution and use in source and binary forms, with or without
12  * modification, are permitted provided that the following conditions
13  * are met:
14  * 1. Redistributions of source code must retain the above copyright
15  *    notice, this list of conditions and the following disclaimer.
16  * 2. Redistributions in binary form must reproduce the above copyright
17  *    notice, this list of conditions and the following disclaimer in the
18  *    documentation and/or other materials provided with the distribution.
19  * 3. All advertising materials mentioning features or use of this software
20  *    must display the following acknowledgement:
21  *	This product includes software developed by the University of
22  *	California, Berkeley and its contributors.
23  * 4. Neither the name of the University nor the names of its contributors
24  *    may be used to endorse or promote products derived from this software
25  *    without specific prior written permission.
26  *
27  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
33  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
34  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
35  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
36  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37  * SUCH DAMAGE.
38  */
39 
40 #ifndef lint
41 #ifdef	DOSCCS
42 static char sccsid[] = "@(#)version.c	2.386 (gritter) 7/29/08";
43 #endif
44 #endif /* not lint */
45 
46 /*
47  * Just keep track of the date/sid of this version of Mail.
48  * Load this file first to get a "total" Mail version.
49  */
50 /*char	*version = "8.1 6/6/93";*/
51 const char *version = V " 7/29/08";
52 #ifndef	lint
53 #if __GNUC__ >= 3 && __GNUC_MINOR__ >= 4 || __GNUC__ >= 4
54 #define USED    __attribute__ ((used))
55 #elif defined __GNUC__
56 #define USED    __attribute__ ((unused))
57 #else
58 #define USED
59 #endif
60 static const char *versionid USED = "@(#)mailx " V " (gritter) 7/29/08";
61 #endif	/* !lint */
62 /* SLIST */
63 /*
64 aux.c:static char sccsid[] = "@(#)aux.c	2.83 (gritter) 3/4/06";
65 base64.c:static char sccsid[] = "@(#)base64.c	2.14 (gritter) 4/21/06";
66 cache.c:static char sccsid[] = "@(#)cache.c	1.61 (gritter) 3/4/06";
67 cmd1.c:static char sccsid[] = "@(#)cmd1.c	2.97 (gritter) 6/16/07";
68 cmd2.c:static char sccsid[] = "@(#)cmd2.c	2.46 (gritter) 3/4/06";
69 cmd3.c:static char sccsid[] = "@(#)cmd3.c	2.86 (gritter) 10/1/07";
70 cmdtab.c:static char sccsid[] = "@(#)cmdtab.c	2.51 (gritter) 3/4/06";
71 collect.c:static char sccsid[] = "@(#)collect.c	2.54 (gritter) 6/16/07";
72 def.h: *	Sccsid @(#)def.h	2.104 (gritter) 3/4/06
73 dotlock.c:static char sccsid[] = "@(#)dotlock.c	2.9 (gritter) 3/20/06";
74 edit.c:static char sccsid[] = "@(#)edit.c	2.24 (gritter) 3/4/06";
75 extern.h: *	Sccsid @(#)extern.h	2.161 (gritter) 10/1/07
76 fio.c:static char sccsid[] = "@(#)fio.c	2.73 (gritter) 1/7/08";
77 getname.c:static char sccsid[] = "@(#)getname.c	2.5 (gritter) 3/4/06";
78 getopt.c:	Sccsid @(#)getopt.c	1.7 (gritter) 12/16/07
79 glob.h: *	Sccsid @(#)glob.h	2.27 (gritter) 6/16/07
80 head.c:static char sccsid[] = "@(#)head.c	2.17 (gritter) 3/4/06";
81 hmac.c:	Sccsid @(#)hmac.c	1.8 (gritter) 3/4/06
82 imap.c:static char sccsid[] = "@(#)imap.c	1.219 (gritter) 1/6/08";
83 imap_gssapi.c:static char sccsid[] = "@(#)imap_gssapi.c	1.10 (gritter) 3/4/06";
84 imap_search.c:static char sccsid[] = "@(#)imap_search.c	1.29 (gritter) 3/4/06";
85 junk.c:static char sccsid[] = "@(#)junk.c	1.73 (gritter) 3/4/06";
86 lex.c:static char sccsid[] = "@(#)lex.c	2.86 (gritter) 12/25/06";
87 list.c:static char sccsid[] = "@(#)list.c	2.61 (gritter) 01/07/07";
88 lzw.c: * Sccsid @(#)lzw.c	1.11 (gritter) 3/4/06
89 macro.c:static char sccsid[] = "@(#)macro.c	1.13 (gritter) 3/4/06";
90 maildir.c:static char sccsid[] = "@(#)maildir.c	1.20 (gritter) 12/28/06";
91 main.c:static char sccsid[] = "@(#)main.c	2.51 (gritter) 10/1/07";
92 md5.c:	Sccsid @(#)md5.c	1.8 (gritter) 3/4/06
93 md5.h:	Sccsid @(#)md5.h	1.8 (gritter) 3/4/06
94 mime.c:static char sccsid[]  = "@(#)mime.c	2.69 (gritter) 6/29/08";
95 names.c:static char sccsid[] = "@(#)names.c	2.22 (gritter) 3/4/06";
96 nss.c:static char sccsid[] = "@(#)nss.c	1.48 (gritter) 8/4/07";
97 openssl.c:static char sccsid[] = "@(#)openssl.c	1.25 (gritter) 8/4/07";
98 pop3.c:static char sccsid[] = "@(#)pop3.c	2.43 (gritter) 3/4/06";
99 popen.c:static char sccsid[] = "@(#)popen.c	2.20 (gritter) 3/4/06";
100 quit.c:static char sccsid[] = "@(#)quit.c	2.28 (gritter) 3/4/06";
101 rcv.h: *	Sccsid @(#)rcv.h	2.7 (gritter) 3/4/06
102 send.c:static char sccsid[] = "@(#)send.c	2.86 (gritter) 2/4/08";
103 sendout.c:static char sccsid[] = "@(#)sendout.c	2.99 (gritter) 7/4/08";
104 smtp.c:static char sccsid[] = "@(#)smtp.c	2.43 (gritter) 8/4/07";
105 ssl.c:static char sccsid[] = "@(#)ssl.c	1.39 (gritter) 6/12/06";
106 strings.c:static char sccsid[] = "@(#)strings.c	2.6 (gritter) 3/4/06";
107 temp.c:static char sccsid[] = "@(#)temp.c	2.8 (gritter) 3/4/06";
108 thread.c:static char sccsid[] = "@(#)thread.c	1.57 (gritter) 3/4/06";
109 tty.c:static char sccsid[] = "@(#)tty.c	2.29 (gritter) 3/9/07";
110 v7.local.c:static char sccsid[] = "@(#)v7.local.c	2.10 (gritter) 3/4/06";
111 vars.c:static char sccsid[] = "@(#)vars.c	2.11 (gritter) 3/4/06";
112 */
113