home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR40 / GNUZIP_.ZIP / REVISION.H < prev    next >
C/C++ Source or Header  |  1993-03-28  |  474b  |  17 lines

  1. /* revision.h -- define the version number
  2.  * Copyright (C) 1992-1993 Jean-loup Gailly.
  3.  * This is free software; you can redistribute it and/or modify it under the
  4.  * terms of the GNU General Public License, see the file COPYING.
  5.  */
  6.  
  7. #define VERSION "1.0.3"
  8. #define PATCHLEVEL 0
  9. #define REVDATE "11 Feb 93"
  10.  
  11. /* This version supports only decompression of old compress format: */
  12. #ifdef LZW
  13. #  undef LZW
  14. #endif
  15.  
  16. /* $Id: revision.h,v 0.14 1993/02/11 09:47:02 jloup Exp $ */
  17.