/* ** l2_version.c -- Version Information for L2 (syntax: C/C++) ** [automatically generated and maintained by GNU shtool] */ #ifdef _L2_VERSION_C_AS_HEADER_ #ifndef _L2_VERSION_C_ #define _L2_VERSION_C_ #define L2_VERSION 0x001200 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; } L2_version_t; extern L2_version_t L2_version; #endif /* _L2_VERSION_C_ */ #else /* _L2_VERSION_C_AS_HEADER_ */ #define _L2_VERSION_C_AS_HEADER_ #include "l2_version.c" #undef _L2_VERSION_C_AS_HEADER_ L2_version_t L2_version = { 0x001200, "0.1.0", "0.1.0 (08-May-2001)", "This is L2, Version 0.1.0 (08-May-2001)", "L2 0.1.0 (08-May-2001)", "L2/0.1.0", "@(#)L2 0.1.0 (08-May-2001)", "$Id: L2 0.1.0 (08-May-2001) $" }; #endif /* _L2_VERSION_C_AS_HEADER_ */