Sun, 10 Jul 2011 10:07:31 +0200
Add Deb packaging logic and move RPM to its own directory.
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@4 | 11 | #define SCHUHR_VERSION 0x006201 |
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@4 | 35 | 0x006201, |
michael@4 | 36 | "0.6.1", |
michael@4 | 37 | "0.6.1 (08-Jul-2011)", |
michael@4 | 38 | "This is Europalab schachuhr, Version 0.6.1 (08-Jul-2011)", |
michael@4 | 39 | "Europalab schachuhr 0.6.1 (08-Jul-2011)", |
michael@4 | 40 | "Europalab schachuhr/0.6.1", |
michael@4 | 41 | "@(#)Europalab schachuhr 0.6.1 (08-Jul-2011)", |
michael@4 | 42 | "$Id: Europalab schachuhr 0.6.1 (08-Jul-2011) $" |
michael@0 | 43 | }; |
michael@0 | 44 | |
michael@0 | 45 | #endif /* _VERSION_CPP_AS_HEADER_ */ |
michael@0 | 46 |