ossp-pkg/lmtp2nntp/version.c
/*
** 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 0x102001
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 = {
0x102001,
"1.2a1",
"1.2a1 (06-Dec-2001)",
"This is lmtp2nntp, Version 1.2a1 (06-Dec-2001)",
"lmtp2nntp 1.2a1 (06-Dec-2001)",
"lmtp2nntp/1.2a1",
"@(#)lmtp2nntp 1.2a1 (06-Dec-2001)",
"$Id: lmtp2nntp 1.2a1 (06-Dec-2001) $"
};
#endif /* _VERSION_C_AS_HEADER_ */