--- as_version.cpp 2003/02/21 23:45:39 1.34
+++ as_version.cpp 2003/02/25 09:30:47 1.35
@@ -8,7 +8,7 @@
#ifndef _AS_VERSION_CPP_
#define _AS_VERSION_CPP_
-#define ASGUI_VERSION 0x006214
+#define ASGUI_VERSION 0x006215
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _AS_VERSION_CPP_AS_HEADER_
asgui_version_t asgui_version = {
- 0x006214,
- "0.6.20",
- "0.6.20 (22-Feb-2003)",
- "This is OSSP as-gui, Version 0.6.20 (22-Feb-2003)",
- "OSSP as-gui 0.6.20 (22-Feb-2003)",
- "OSSP as-gui/0.6.20",
- "@(#)OSSP as-gui 0.6.20 (22-Feb-2003)",
- "$Id: as_version.cpp,v 1.34 2003/02/21 23:45:39 ms Exp $"
+ 0x006215,
+ "0.6.21",
+ "0.6.21 (25-Feb-2003)",
+ "This is OSSP as-gui, Version 0.6.21 (25-Feb-2003)",
+ "OSSP as-gui 0.6.21 (25-Feb-2003)",
+ "OSSP as-gui/0.6.21",
+ "@(#)OSSP as-gui 0.6.21 (25-Feb-2003)",
+ "$Id: as_version.cpp,v 1.35 2003/02/25 09:30:47 ms Exp $"
};
#endif /* _AS_VERSION_CPP_AS_HEADER_ */
|