as_version.cpp

Fri, 28 Nov 2008 11:21:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 28 Nov 2008 11:21:08 +0100
changeset 1
d64aaa7d146f
child 3
c1941114ca88
permissions
-rw-r--r--

Fork project trunk at version 0.7.7 to maintain for future usage.
The original Cable & Wireless development team no longer exists.
The OSSP CVS repository is unavailable (cvs co ossp-pkg/as fails),
however http://cvs.ossp.org/dirview?d=ossp-pkg/as/as-gui is working.

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@1 11 #define ASGUI_VERSION 0x007207
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@1 35 0x007207,
michael@1 36 "0.7.7",
michael@1 37 "0.7.7 (24-Aug-2004)",
michael@1 38 "This is OSSP as-gui, Version 0.7.7 (24-Aug-2004)",
michael@1 39 "OSSP as-gui 0.7.7 (24-Aug-2004)",
michael@1 40 "OSSP as-gui/0.7.7",
michael@1 41 "@(#)OSSP as-gui 0.7.7 (24-Aug-2004)",
michael@1 42 "$Id: as_version.cpp,v 1.45 2004/08/24 22:00:30 ms Exp $"
michael@1 43 };
michael@1 44
michael@1 45 #endif /* _AS_VERSION_CPP_AS_HEADER_ */
michael@1 46

mercurial