version.cpp

Wed, 27 Jul 2011 23:10:09 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 27 Jul 2011 23:10:09 +0200
changeset 14
1bc8dc17e9c9
parent 4
fe1cd8fc5b83
permissions
-rw-r--r--

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.

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@14 11 #define SCHUHR_VERSION 0x006202
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@14 35 0x006202,
michael@14 36 "0.6.2",
michael@14 37 "0.6.2 (26-Jul-2011)",
michael@14 38 "This is Europalab schachuhr, Version 0.6.2 (26-Jul-2011)",
michael@14 39 "Europalab schachuhr 0.6.2 (26-Jul-2011)",
michael@14 40 "Europalab schachuhr/0.6.2",
michael@14 41 "@(#)Europalab schachuhr 0.6.2 (26-Jul-2011)",
michael@14 42 "$Id: Europalab schachuhr 0.6.2 (26-Jul-2011) $"
michael@0 43 };
michael@0 44
michael@0 45 #endif /* _VERSION_CPP_AS_HEADER_ */
michael@0 46

mercurial