--- as_version.cpp 2003/02/14 19:28:15 1.31
+++ as_version.cpp 2003/02/19 18:23:42 1.32
@@ -8,7 +8,7 @@
#ifndef _AS_VERSION_CPP_
#define _AS_VERSION_CPP_
-#define ASGUI_VERSION 0x006211
+#define ASGUI_VERSION 0x006212
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _AS_VERSION_CPP_AS_HEADER_
asgui_version_t asgui_version = {
- 0x006211,
- "0.6.17",
- "0.6.17 (14-Feb-2003)",
- "This is OSSP as-gui, Version 0.6.17 (14-Feb-2003)",
- "OSSP as-gui 0.6.17 (14-Feb-2003)",
- "OSSP as-gui/0.6.17",
- "@(#)OSSP as-gui 0.6.17 (14-Feb-2003)",
- "$Id: as_version.cpp,v 1.31 2003/02/14 19:28:15 ms Exp $"
+ 0x006212,
+ "0.6.18",
+ "0.6.18 (19-Feb-2003)",
+ "This is OSSP as-gui, Version 0.6.18 (19-Feb-2003)",
+ "OSSP as-gui 0.6.18 (19-Feb-2003)",
+ "OSSP as-gui/0.6.18",
+ "@(#)OSSP as-gui 0.6.18 (19-Feb-2003)",
+ "$Id: as_version.cpp,v 1.32 2003/02/19 18:23:42 ms Exp $"
};
#endif /* _AS_VERSION_CPP_AS_HEADER_ */
|