michael@1: /* michael@1: ** as_version.cpp -- Version Information for OSSP as-gui (syntax: C/C++) michael@1: ** [automatically generated and maintained by GNU shtool] michael@1: */ michael@1: michael@1: #ifdef _AS_VERSION_CPP_AS_HEADER_ michael@1: michael@1: #ifndef _AS_VERSION_CPP_ michael@1: #define _AS_VERSION_CPP_ michael@1: michael@3: #define ASGUI_VERSION 0x007208 michael@1: michael@1: typedef struct { michael@1: const int v_hex; michael@1: const char *v_short; michael@1: const char *v_long; michael@1: const char *v_tex; michael@1: const char *v_gnu; michael@1: const char *v_web; michael@1: const char *v_sccs; michael@1: const char *v_rcs; michael@1: } asgui_version_t; michael@1: michael@1: extern asgui_version_t asgui_version; michael@1: michael@1: #endif /* _AS_VERSION_CPP_ */ michael@1: michael@1: #else /* _AS_VERSION_CPP_AS_HEADER_ */ michael@1: michael@1: #define _AS_VERSION_CPP_AS_HEADER_ michael@1: #include "as_version.cpp" michael@1: #undef _AS_VERSION_CPP_AS_HEADER_ michael@1: michael@1: asgui_version_t asgui_version = { michael@3: 0x007208, michael@3: "0.7.8", michael@3: "0.7.8 (05-Dec-2008)", michael@3: "This is OSSP as-gui, Version 0.7.8 (05-Dec-2008)", michael@3: "OSSP as-gui 0.7.8 (05-Dec-2008)", michael@3: "OSSP as-gui/0.7.8", michael@3: "@(#)OSSP as-gui 0.7.8 (05-Dec-2008)", michael@3: "$Id: OSSP as-gui 0.7.8 (05-Dec-2008) $" michael@1: }; michael@1: michael@1: #endif /* _AS_VERSION_CPP_AS_HEADER_ */ michael@1: