/*************************************** $Header: /home/amb/cxref/src/RCS/version.h 1.4 2007/02/16 08:40:25 amb Exp $ C Cross Referencing & Documentation tool. Version 1.6b. ******************/ /****************** Written by Andrew M. Bishop This file Copyright 2005,06,07 Andrew M. Bishop It may be distributed under the GNU Public License, version 2, or any higher version. See section COPYING of the GNU Public license for conditions under which this file may be redistributed. ***************************************/ #ifndef VERSION_H #define VERSION_H /*+ To stop multiple inclusions. +*/ #define CXREF_VERSION "1.6b" #define CXREF_COPYRIGHT "(c) Andrew M. Bishop 1995,96,97,98,99,2000,01,02,03,04,05,06,07" #endif /* VERSION_H */