1 | /*************************************** 2 | $Header: /home/amb/cxref/src/RCS/version.h 1.3 2005/05/01 15:20:48 amb Exp $ 3 | 4 | C Cross Referencing & Documentation tool. Version 1.6a. 5 | ******************/ /****************** 6 | Written by Andrew M. Bishop 7 | 8 | This file Copyright 2005 Andrew M. Bishop 9 | It may be distributed under the GNU Public License, version 2, or 10 | any higher version. See section COPYING of the GNU Public license 11 | for conditions under which this file may be redistributed. 12 | ***************************************/ 13 | 14 | 15 | #ifndef VERSION_H 16 | #define VERSION_H /*+ To stop multiple inclusions. +*/ 17 | 18 | #define CXREF_VERSION "1.6a" 19 | #define CXREF_COPYRIGHT "(c) Andrew M. Bishop 1995,96,97,98,99,2000,01,02,03,04,05" 20 | 21 | #endif /* VERSION_H */