1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
/*
* $Revision: 1.22 $
*/
/*
** If you make local modifications to INN, change this line as needed:
*/
#define LOCAL_STRING ""
/*
** Try to avoid changing these.
*/
#define RELEASE "1"
#define PATCHLEVEL "7.2"
#define DATE "08-Dec-1997"
/*
** See lib/innvers.c, but the version string should look like this:
** INN ${RELEASE}.${PATCHLEVEL} ${DATE} (${LOCAL_STRING})
** for example:
** INN 1.0 10-Feb-92 (FOO.COM)
*/
#define RELEASE_C 1
#define PATCHLEVEL_C 7
#define SUB_PATCHLEVEL_C 1
|