/* $Header: /home/jcb/newmj/RCS/version.h.in,v 11.0 2001/08/06 15:55:43 jcb Rel $ * version.h * Provide a version variable and defines. */ /* a string for the version number: the version is substituted in by the make-release script */ #define VERSION "1.8" #define XSTRINGIFY(FOO) #FOO #define STRINGIFY(FOO) XSTRINGIFY(FOO) #include "protocol.h" static const char version[] UNUSED = VERSION " (protocol version " STRINGIFY(PROTOCOL_VERSION) ")" ;