home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / listz21s.exe / LZSET10S.RAR / LZS_VERS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-25  |  857 b   |  23 lines

  1. /*
  2.  * This file is part of LZSETUP (Configuration program for Listerz)
  3.  *
  4.  * Copyright (c) 1997 Branislav L. Slantchev (gargoyle)
  5.  * A fine product of Silicon Creations, Inc.
  6.  *
  7.  * This file is released under the terms and conditions of the GNU
  8.  * General Public License Version 2. The full text of the license is
  9.  * supplied in the Copying.Doc file included with this archive. This
  10.  * free software comes with absolutely no warranty, as outlined in the
  11.  * licensing text. You are not allowed to remove this copyright notice.
  12.  *
  13.  * Contact: Branislav L. Slantchev at 73023.262@compuserve.com
  14. */
  15. #ifndef INCLUDED_LZS_VERS_H
  16. #define INCLUDED_LZS_VERS_H
  17.  
  18. #define __VERSION__   "v1.01"
  19. #define __VER__       "1.01"
  20. #define __COPYRIGHT__ "lzSetup " __VERSION__ " Copyright (c) 1997 Branislav L. Slantchev"
  21.  
  22. #endif /* INCLUDED_LZS_VERS_H */
  23.