michael@0: /* michael@0: ** version.cpp -- Version Information for Europalab schachuhr (syntax: C/C++) michael@0: ** [automatically generated and maintained by GNU shtool] michael@0: */ michael@0: michael@0: #ifdef _VERSION_CPP_AS_HEADER_ michael@0: michael@0: #ifndef _VERSION_CPP_ michael@0: #define _VERSION_CPP_ michael@0: michael@0: #define SCHUHR_VERSION 0x006200 michael@0: michael@0: typedef struct { michael@0: const int v_hex; michael@0: const char *v_short; michael@0: const char *v_long; michael@0: const char *v_tex; michael@0: const char *v_gnu; michael@0: const char *v_web; michael@0: const char *v_sccs; michael@0: const char *v_rcs; michael@0: } schuhr_version_t; michael@0: michael@0: extern schuhr_version_t schuhr_version; michael@0: michael@0: #endif /* _VERSION_CPP_ */ michael@0: michael@0: #else /* _VERSION_CPP_AS_HEADER_ */ michael@0: michael@0: #define _VERSION_CPP_AS_HEADER_ michael@0: #include "version.cpp" michael@0: #undef _VERSION_CPP_AS_HEADER_ michael@0: michael@0: schuhr_version_t schuhr_version = { michael@0: 0x006200, michael@0: "0.6.0", michael@0: "0.6.0 (08-Jul-2011)", michael@0: "This is Europalab schachuhr, Version 0.6.0 (08-Jul-2011)", michael@0: "Europalab schachuhr 0.6.0 (08-Jul-2011)", michael@0: "Europalab schachuhr/0.6.0", michael@0: "@(#)Europalab schachuhr 0.6.0 (08-Jul-2011)", michael@0: "$Id: Europalab schachuhr 0.6.0 (08-Jul-2011) $" michael@0: }; michael@0: michael@0: #endif /* _VERSION_CPP_AS_HEADER_ */ michael@0: