/* * (c) Copyright 1990, Kim Fabricius Storm. All rights reserved. * Copyright (c) 1996-2005 Michael T Pins. All rights reserved. * * Modification history: * * 1988-07-20: Release 6.0beta (Denmark) * 1988-11-01: Release 6.1 (Europe) * 1989-03-21: Release 6.2beta (FTP) * 1989-05-30: Release 6.3 (comp.sources.unix) * 1989-09-08: Release 6.3.7 (FTP) * 1990-03-03: Release 6.4beta (FTP) * 1990-05-07: Release 6.4 (comp.sources.unix) * * 1990-05-10: Patch #1 (6.4.1) - HIGH * 1990-05-15: Patch #2 (6.4.2) - HIGH * 1990-05-21: Patch #3 (6.4.3) - HIGH * 1990-05-29: Patch #4 (6.4.4) - HIGH * 1990-06-11: Patch #5 (6.4.5) - MEDIUM * 1990-06-25: Patch #6 (6.4.6) - MEDIUM * 1990-07-09: Patch #7 (6.4.7) - LOW * 1990-07-16: Patch #8 (6.4.8) - HIGH * 1990-07-19: Patch #9 (6.4.9) - MEDIUM * 1990-09-18: Patch #10 (6.4.10) - HIGH * 1990-10-05: Patch #11 (6.4.11) - HIGH * 1990-11-07: Patch #12 (6.4.12) - LOW * 1991-02-06: Patch #13 (6.4.13) - MEDIUM * 1991-03-22: Patch #14 (6.4.14) - MEDIUM * 1991-04-02: Patch #15 (6.4.15) - LOW * 1991-04-18: Patch #16 (6.4.16) - HIGH * * Released by Larry Bouzane * 1991-11-19: Patch #17 (6.4.17) - MEDIUM * 1991-12-01: Patch #18 (6.4.18) - MEDIUM * * Released by Peter Wemm * 1993-09-01: Release 6.5.0.b3 (FTP) * * Released by Michael T Pins * 1996-07-28: Release 6.5.0.b4 * 1996-08-04: Release 6.5.0.b5 * 1996-08-11: Release 6.5.0.b6 * 1996-08-14: Release 6.5.0.b7 * 1996-08-19: Release 6.5.0 * 1996-08-25: Patch #1 (6.5.1) * 1998-06-26: Patch #2 (6.5.2) * 1998-07-15: Patch #3 (6.5.3) * 1999-06-09: Patch #4 (6.5.4) * 2000-01-04: Patch #5 (6.5.5) * 2000-02-05: Patch #6 (6.5.6) * * 2001-09-18: Release 6.6 * 2001-10-06: Patch #1 (6.6.1) * 2001-10-15: Patch #2 (6.6.2) * 2002-02-12: Patch #3 (6.6.3) * 2002-06-25: Patch #4 (6.6.4) * 2003-01-25: Patch #5 (6.6.5) * * 2005-03-24: 6.7 alpha * 2005-04-07: 6.7 beta * 2005-04-21: Release 6.7.0 * 2005-06-14: Patch #1 (6.7.1) * 2005-07-21: Patch #2 (6.7.2) * 2005-11-15: Patch #3 (6.7.3) */ #ifndef _PATCHLEVEL_H #define _PATCHLEVEL_H 1 #define RELEASE "6.7" #define PATCHLEVEL "3" #endif /* _PATCHLEVEL_H */