version.h
Upload User: seven77cht
Upload Date: 2007-01-04
Package Size: 486k
Code Size: 1k
Category:

Browser Client

Development Platform:

Unix_Linux

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