ossp-pkg/petidomo/version.c
/*
** version.c -- Version Information for OSSP petidomo (syntax: C/C++)
** [automatically generated and maintained by GNU shtool]
*/
#ifdef _VERSION_C_AS_HEADER_
#ifndef _VERSION_C_
#define _VERSION_C_
#define PETIDOMO_VERSION 0x400106
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;
} petidomo_version_t;
extern petidomo_version_t petidomo_version;
#endif /* _VERSION_C_ */
#else /* _VERSION_C_AS_HEADER_ */
#define _VERSION_C_AS_HEADER_
#include "version.c"
#undef _VERSION_C_AS_HEADER_
petidomo_version_t petidomo_version = {
0x400106,
"4.0b6",
"4.0b6 (19-Mar-2004)",
"This is OSSP petidomo, Version 4.0b6 (19-Mar-2004)",
"OSSP petidomo 4.0b6 (19-Mar-2004)",
"OSSP petidomo/4.0b6",
"@(#)OSSP petidomo 4.0b6 (19-Mar-2004)",
"$Id: version.c,v 1.7 2004/03/19 15:45:40 thl Exp $"
};
#endif /* _VERSION_C_AS_HEADER_ */