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@1: #define ASGUI_VERSION 0x007207 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@1: 0x007207, michael@1: "0.7.7", michael@1: "0.7.7 (24-Aug-2004)", michael@1: "This is OSSP as-gui, Version 0.7.7 (24-Aug-2004)", michael@1: "OSSP as-gui 0.7.7 (24-Aug-2004)", michael@1: "OSSP as-gui/0.7.7", michael@1: "@(#)OSSP as-gui 0.7.7 (24-Aug-2004)", michael@1: "$Id: as_version.cpp,v 1.45 2004/08/24 22:00:30 ms Exp $" michael@1: }; michael@1: michael@1: #endif /* _AS_VERSION_CPP_AS_HEADER_ */ michael@1: