home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / patchlevel.h < prev    next >
C/C++ Source or Header  |  1996-08-26  |  2KB  |  53 lines

  1. /*
  2.  *    (c) Copyright 1990, Kim Fabricius Storm.  All rights reserved.
  3.  *
  4.  *    Modification history:
  5.  *
  6.  *    1988-07-20: Release 6.0beta     (Denmark)
  7.  *    1988-11-01: Release 6.1     (Europe)
  8.  *    1989-03-21: Release 6.2beta    (FTP)
  9.  *    1989-05-30: Release 6.3        (comp.sources.unix)
  10.  *    1989-09-08: Release 6.3.7    (FTP)
  11.  *    1990-03-03: Release 6.4beta    (FTP)
  12.  *    1990-05-07: Release 6.4        (comp.sources.unix)
  13.  *
  14.  *    1990-05-10: Patch #1 (6.4.1) - HIGH
  15.  *    1990-05-15: Patch #2 (6.4.2) - HIGH
  16.  *    1990-05-21: Patch #3 (6.4.3) - HIGH
  17.  *    1990-05-29: Patch #4 (6.4.4) - HIGH
  18.  *    1990-06-11: Patch #5 (6.4.5) - MEDIUM
  19.  *    1990-06-25: Patch #6 (6.4.6) - MEDIUM
  20.  *    1990-07-09: Patch #7 (6.4.7) - LOW
  21.  *    1990-07-16: Patch #8 (6.4.8) - HIGH
  22.  *    1990-07-19: Patch #9 (6.4.9) - MEDIUM
  23.  *    1990-09-18: Patch #10 (6.4.10) - HIGH
  24.  *    1990-10-05: Patch #11 (6.4.11) - HIGH
  25.  *    1990-11-07: Patch #12 (6.4.12) - LOW
  26.  *    1991-02-06: Patch #13 (6.4.13) - MEDIUM
  27.  *    1991-03-22: Patch #14 (6.4.14) - MEDIUM
  28.  *    1991-04-02: Patch #15 (6.4.15) - LOW
  29.  *    1991-04-18: Patch #16 (6.4.16) - HIGH
  30.  *
  31.  *    Released by Larry Bouzane <larry@garfield.cs.mun.ca>
  32.  *    1991-11-19: Patch #17 (6.4.17) - MEDIUM
  33.  *    1991-12-01: Patch #18 (6.4.18) - MEDIUM
  34.  *
  35.  *    Released by Peter Wemm <peter@DIALix.oz.au>
  36.  *    1993-09-01: Release 6.5.0.b3        (FTP)
  37.  *
  38.  *    Released by Michael T Pins <mtpins@isca.uiowa.edu>
  39.  *    1996-07-28: Release 6.5.0.b4
  40.  *    1996-08-04: Release 6.5.0.b5
  41.  *    1996-08-11: Release 6.5.0.b6
  42.  *    1996-08-14: Release 6.5.0.b7
  43.  *    1996-08-19: Release 6.5.0
  44.  *    1996-08-25: Patch #1 (6.5.1)
  45.  */
  46.  
  47. #ifndef _PATCHLEVEL_H
  48. #define _PATCHLEVEL_H 1
  49.  
  50. #define PATCHLEVEL "1"
  51.  
  52. #endif /* _PATCHLEVEL_H */
  53.