as_version.cpp

Thu, 06 Aug 2009 13:21:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 06 Aug 2009 13:21:30 +0200
changeset 15
0e0eb7c91312
parent 1
d64aaa7d146f
permissions
-rw-r--r--

Remove seemingly declarations unnecessary according to Qt 4.5.2 headers.

michael@1 1 /*
michael@1 2 ** as_version.cpp -- Version Information for OSSP as-gui (syntax: C/C++)
michael@1 3 ** [automatically generated and maintained by GNU shtool]
michael@1 4 */
michael@1 5
michael@1 6 #ifdef _AS_VERSION_CPP_AS_HEADER_
michael@1 7
michael@1 8 #ifndef _AS_VERSION_CPP_
michael@1 9 #define _AS_VERSION_CPP_
michael@1 10
michael@3 11 #define ASGUI_VERSION 0x007208
michael@1 12
michael@1 13 typedef struct {
michael@1 14 const int v_hex;
michael@1 15 const char *v_short;
michael@1 16 const char *v_long;
michael@1 17 const char *v_tex;
michael@1 18 const char *v_gnu;
michael@1 19 const char *v_web;
michael@1 20 const char *v_sccs;
michael@1 21 const char *v_rcs;
michael@1 22 } asgui_version_t;
michael@1 23
michael@1 24 extern asgui_version_t asgui_version;
michael@1 25
michael@1 26 #endif /* _AS_VERSION_CPP_ */
michael@1 27
michael@1 28 #else /* _AS_VERSION_CPP_AS_HEADER_ */
michael@1 29
michael@1 30 #define _AS_VERSION_CPP_AS_HEADER_
michael@1 31 #include "as_version.cpp"
michael@1 32 #undef _AS_VERSION_CPP_AS_HEADER_
michael@1 33
michael@1 34 asgui_version_t asgui_version = {
michael@3 35 0x007208,
michael@3 36 "0.7.8",
michael@3 37 "0.7.8 (05-Dec-2008)",
michael@3 38 "This is OSSP as-gui, Version 0.7.8 (05-Dec-2008)",
michael@3 39 "OSSP as-gui 0.7.8 (05-Dec-2008)",
michael@3 40 "OSSP as-gui/0.7.8",
michael@3 41 "@(#)OSSP as-gui 0.7.8 (05-Dec-2008)",
michael@3 42 "$Id: OSSP as-gui 0.7.8 (05-Dec-2008) $"
michael@1 43 };
michael@1 44
michael@1 45 #endif /* _AS_VERSION_CPP_AS_HEADER_ */
michael@1 46

mercurial