47 lines
975 B
C
47 lines
975 B
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 0x400103
|
|
|
|
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 = {
|
|
0x400103,
|
|
"4.0b3",
|
|
"4.0b3 (02-Feb-2004)",
|
|
"This is OSSP petidomo, Version 4.0b3 (02-Feb-2004)",
|
|
"OSSP petidomo 4.0b3 (02-Feb-2004)",
|
|
"OSSP petidomo/4.0b3",
|
|
"@(#)OSSP petidomo 4.0b3 (02-Feb-2004)",
|
|
"$Id$"
|
|
};
|
|
|
|
#endif /* _VERSION_C_AS_HEADER_ */
|
|
|