1 /*
2  *	(c) Copyright 1990, Kim Fabricius Storm.  All rights reserved.
3  *      Copyright (c) 1996-2005 Michael T Pins.  All rights reserved.
4  *
5  *	Modification history:
6  *
7  *	1988-07-20: Release 6.0beta 	(Denmark)
8  *	1988-11-01: Release 6.1 	(Europe)
9  *	1989-03-21: Release 6.2beta	(FTP)
10  *	1989-05-30: Release 6.3		(comp.sources.unix)
11  *	1989-09-08: Release 6.3.7	(FTP)
12  *	1990-03-03: Release 6.4beta	(FTP)
13  *	1990-05-07: Release 6.4		(comp.sources.unix)
14  *
15  *	1990-05-10: Patch #1 (6.4.1) - HIGH
16  *	1990-05-15: Patch #2 (6.4.2) - HIGH
17  *	1990-05-21: Patch #3 (6.4.3) - HIGH
18  *	1990-05-29: Patch #4 (6.4.4) - HIGH
19  *	1990-06-11: Patch #5 (6.4.5) - MEDIUM
20  *	1990-06-25: Patch #6 (6.4.6) - MEDIUM
21  *	1990-07-09: Patch #7 (6.4.7) - LOW
22  *	1990-07-16: Patch #8 (6.4.8) - HIGH
23  *	1990-07-19: Patch #9 (6.4.9) - MEDIUM
24  *	1990-09-18: Patch #10 (6.4.10) - HIGH
25  *	1990-10-05: Patch #11 (6.4.11) - HIGH
26  *	1990-11-07: Patch #12 (6.4.12) - LOW
27  *	1991-02-06: Patch #13 (6.4.13) - MEDIUM
28  *	1991-03-22: Patch #14 (6.4.14) - MEDIUM
29  *	1991-04-02: Patch #15 (6.4.15) - LOW
30  *	1991-04-18: Patch #16 (6.4.16) - HIGH
31  *
32  *	Released by Larry Bouzane <larry@garfield.cs.mun.ca>
33  *	1991-11-19: Patch #17 (6.4.17) - MEDIUM
34  *	1991-12-01: Patch #18 (6.4.18) - MEDIUM
35  *
36  *	Released by Peter Wemm <peter@DIALix.oz.au>
37  *	1993-09-01: Release 6.5.0.b3		(FTP)
38  *
39  *	Released by Michael T Pins <mtpins@nndev.org>
40  *	1996-07-28: Release 6.5.0.b4
41  *	1996-08-04: Release 6.5.0.b5
42  *	1996-08-11: Release 6.5.0.b6
43  *	1996-08-14: Release 6.5.0.b7
44  *	1996-08-19: Release 6.5.0
45  *	1996-08-25: Patch #1 (6.5.1)
46  *	1998-06-26: Patch #2 (6.5.2)
47  *	1998-07-15: Patch #3 (6.5.3)
48  *	1999-06-09: Patch #4 (6.5.4)
49  *	2000-01-04: Patch #5 (6.5.5)
50  *	2000-02-05: Patch #6 (6.5.6)
51  *
52  *	2001-09-18: Release 6.6
53  *	2001-10-06: Patch #1 (6.6.1)
54  *	2001-10-15: Patch #2 (6.6.2)
55  *	2002-02-12: Patch #3 (6.6.3)
56  *	2002-06-25: Patch #4 (6.6.4)
57  *	2003-01-25: Patch #5 (6.6.5)
58  *
59  *	2005-03-24: 6.7 alpha
60  *	2005-04-07: 6.7 beta
61  *	2005-04-21: Release 6.7.0
62  *	2005-06-14: Patch #1 (6.7.1)
63  *	2005-07-21: Patch #2 (6.7.2)
64  *	2005-11-15: Patch #3 (6.7.3)
65  */
66 
67 #ifndef _PATCHLEVEL_H
68 #define _PATCHLEVEL_H 1
69 
70 #define RELEASE         "6.7"
71 #define PATCHLEVEL	"3"
72 #endif				/* _PATCHLEVEL_H */
73