version.cpp

Fri, 08 Jul 2011 22:41:48 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 08 Jul 2011 22:41:48 +0200
changeset 3
c5c9ba04c01a
child 4
fe1cd8fc5b83
permissions
-rw-r--r--

Import first revisions of new project SchachUhr.

michael@0 1 /*
michael@0 2 ** version.cpp -- Version Information for Europalab schachuhr (syntax: C/C++)
michael@0 3 ** [automatically generated and maintained by GNU shtool]
michael@0 4 */
michael@0 5
michael@0 6 #ifdef _VERSION_CPP_AS_HEADER_
michael@0 7
michael@0 8 #ifndef _VERSION_CPP_
michael@0 9 #define _VERSION_CPP_
michael@0 10
michael@0 11 #define SCHUHR_VERSION 0x006200
michael@0 12
michael@0 13 typedef struct {
michael@0 14 const int v_hex;
michael@0 15 const char *v_short;
michael@0 16 const char *v_long;
michael@0 17 const char *v_tex;
michael@0 18 const char *v_gnu;
michael@0 19 const char *v_web;
michael@0 20 const char *v_sccs;
michael@0 21 const char *v_rcs;
michael@0 22 } schuhr_version_t;
michael@0 23
michael@0 24 extern schuhr_version_t schuhr_version;
michael@0 25
michael@0 26 #endif /* _VERSION_CPP_ */
michael@0 27
michael@0 28 #else /* _VERSION_CPP_AS_HEADER_ */
michael@0 29
michael@0 30 #define _VERSION_CPP_AS_HEADER_
michael@0 31 #include "version.cpp"
michael@0 32 #undef _VERSION_CPP_AS_HEADER_
michael@0 33
michael@0 34 schuhr_version_t schuhr_version = {
michael@0 35 0x006200,
michael@0 36 "0.6.0",
michael@0 37 "0.6.0 (08-Jul-2011)",
michael@0 38 "This is Europalab schachuhr, Version 0.6.0 (08-Jul-2011)",
michael@0 39 "Europalab schachuhr 0.6.0 (08-Jul-2011)",
michael@0 40 "Europalab schachuhr/0.6.0",
michael@0 41 "@(#)Europalab schachuhr 0.6.0 (08-Jul-2011)",
michael@0 42 "$Id: Europalab schachuhr 0.6.0 (08-Jul-2011) $"
michael@0 43 };
michael@0 44
michael@0 45 #endif /* _VERSION_CPP_AS_HEADER_ */
michael@0 46

mercurial