--- as_version.cpp 2003/02/04 11:45:16 1.23
+++ as_version.cpp 2003/02/04 13:06:13 1.24
@@ -8,7 +8,7 @@
#ifndef _AS_VERSION_CPP_
#define _AS_VERSION_CPP_
-#define ASGUI_VERSION 0x006209
+#define ASGUI_VERSION 0x00620A
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _AS_VERSION_CPP_AS_HEADER_
asgui_version_t asgui_version = {
- 0x006209,
- "0.6.9",
- "0.6.9 (04-Feb-2003)",
- "This is OSSP as-gui, Version 0.6.9 (04-Feb-2003)",
- "OSSP as-gui 0.6.9 (04-Feb-2003)",
- "OSSP as-gui/0.6.9",
- "@(#)OSSP as-gui 0.6.9 (04-Feb-2003)",
- "$Id: as_version.cpp,v 1.23 2003/02/04 11:45:16 ms Exp $"
+ 0x00620A,
+ "0.6.10",
+ "0.6.10 (04-Feb-2003)",
+ "This is OSSP as-gui, Version 0.6.10 (04-Feb-2003)",
+ "OSSP as-gui 0.6.10 (04-Feb-2003)",
+ "OSSP as-gui/0.6.10",
+ "@(#)OSSP as-gui 0.6.10 (04-Feb-2003)",
+ "$Id: as_version.cpp,v 1.24 2003/02/04 13:06:13 ms Exp $"
};
#endif /* _AS_VERSION_CPP_AS_HEADER_ */
|