/* ** version.c -- Version Information for 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 0x400102 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 = { 0x400102, "4.0b2", "4.0b2 (24-Apr-2002)", "This is Petidomo, Version 4.0b2 (24-Apr-2002)", "Petidomo 4.0b2 (24-Apr-2002)", "Petidomo/4.0b2", "@(#)Petidomo 4.0b2 (24-Apr-2002)", "$Id: version.c,v 1.2 2004/02/02 19:50:25 thl Exp $" }; #endif /* _VERSION_C_AS_HEADER_ */