Wed, 27 Jul 2011 23:10:09 +0200
Correct and improve code logic, build configuration, and appearance:
Increase delay of hand placement, correct SVG icon file blocky
transperency, correct build release utility tarball logic, and
modify Gnome desktop file to be portable.
1 /*
2 ** version.cpp -- Version Information for Europalab schachuhr (syntax: C/C++)
3 ** [automatically generated and maintained by GNU shtool]
4 */
6 #ifdef _VERSION_CPP_AS_HEADER_
8 #ifndef _VERSION_CPP_
9 #define _VERSION_CPP_
11 #define SCHUHR_VERSION 0x006202
13 typedef struct {
14 const int v_hex;
15 const char *v_short;
16 const char *v_long;
17 const char *v_tex;
18 const char *v_gnu;
19 const char *v_web;
20 const char *v_sccs;
21 const char *v_rcs;
22 } schuhr_version_t;
24 extern schuhr_version_t schuhr_version;
26 #endif /* _VERSION_CPP_ */
28 #else /* _VERSION_CPP_AS_HEADER_ */
30 #define _VERSION_CPP_AS_HEADER_
31 #include "version.cpp"
32 #undef _VERSION_CPP_AS_HEADER_
34 schuhr_version_t schuhr_version = {
35 0x006202,
36 "0.6.2",
37 "0.6.2 (26-Jul-2011)",
38 "This is Europalab schachuhr, Version 0.6.2 (26-Jul-2011)",
39 "Europalab schachuhr 0.6.2 (26-Jul-2011)",
40 "Europalab schachuhr/0.6.2",
41 "@(#)Europalab schachuhr 0.6.2 (26-Jul-2011)",
42 "$Id: Europalab schachuhr 0.6.2 (26-Jul-2011) $"
43 };
45 #endif /* _VERSION_CPP_AS_HEADER_ */