1 | /*************************************** 2 | $Header: /home/amb/cxref/src/RCS/version.h 1.5 2010/05/31 08:42:12 amb Exp $ 3 | 4 | C Cross Referencing & Documentation tool. Version 1.6c. 5 | ******************/ /****************** 6 | Written by Andrew M. Bishop 7 | 8 | This file Copyright 2005-2010 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.6c" 19 | #define CXREF_COPYRIGHT "(c) Andrew M. Bishop 1995-2010" 20 | 21 | #endif /* VERSION_H */