/* ** version.c -- Version Information for lmtp2nntp (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _VERSION_C_AS_HEADER_ #ifndef _VERSION_C_ #define _VERSION_C_ #define LMTP2NNTP_VERSION 0x101102 typedef struct { const int v_hex; const char *v_short; const char *v_long; const char *v_tex; const char *v_gnu; const char *v_web; const char *v_sccs; const char *v_rcs; } lmtp2nntp_version_t; extern lmtp2nntp_version_t lmtp2nntp_version; #endif /* _VERSION_C_ */ #else /* _VERSION_C_AS_HEADER_ */ #define _VERSION_C_AS_HEADER_ #include "version.c" #undef _VERSION_C_AS_HEADER_ lmtp2nntp_version_t lmtp2nntp_version = { 0x101102, "1.1b2", "1.1b2 (15-Oct-2001)", "This is lmtp2nntp, Version 1.1b2 (15-Oct-2001)", "lmtp2nntp 1.1b2 (15-Oct-2001)", "lmtp2nntp/1.1b2", "@(#)lmtp2nntp 1.1b2 (15-Oct-2001)", "$Id: lmtp2nntp 1.1b2 (15-Oct-2001) $" }; #endif /* _VERSION_C_AS_HEADER_ */