1 | /*************************************** 2 | C Cross Referencing & Documentation tool. Version 1.6e. 3 | ******************/ /****************** 4 | Written by Andrew M. Bishop 5 | 6 | This file Copyright 2005-2014 Andrew M. Bishop 7 | It may be distributed under the GNU Public License, version 2, or 8 | any higher version. See section COPYING of the GNU Public license 9 | for conditions under which this file may be redistributed. 10 | ***************************************/ 11 | 12 | 13 | #ifndef VERSION_H 14 | #define VERSION_H /*+ To stop multiple inclusions. +*/ 15 | 16 | #define CXREF_VERSION "1.6e" 17 | #define CXREF_COPYRIGHT "(c) Andrew M. Bishop 1995-2014" 18 | 19 | #endif /* VERSION_H */