home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Magazine / wwwoffle-2.1.tar.gz / wwwoffle-2.1 / version.h < prev    next >
C/C++ Source or Header  |  1998-01-17  |  702b  |  22 lines

  1. /***************************************
  2.   $Header: /home/amb/wwwoffle/RCS/version.h 1.1 1998/01/17 21:14:24 amb Exp $
  3.  
  4.   WWWOFFLE - World Wide Web Offline Explorer - Version 2.1.
  5.   The current version number.
  6.   ******************/ /******************
  7.   Written by Andrew M. Bishop
  8.  
  9.   This file Copyright 1998 Andrew M. Bishop
  10.   It may be distributed under the GNU Public License, version 2, or
  11.   any higher version.  See section COPYING of the GNU Public license
  12.   for conditions under which this file may be redistributed.
  13.   ***************************************/
  14.  
  15.  
  16. #ifndef VERSION_H
  17. #define VERSION_H    /*+ To stop multiple inclusions. +*/
  18.  
  19. #define WWWOFFLE_VERSION "2.1"
  20.  
  21. #endif /* VERSION_H */
  22.