--- xds_version.c 2003/02/17 12:22:43 1.3
+++ xds_version.c 2004/09/12 17:32:51 1.4
@@ -8,7 +8,7 @@
#ifndef _XDS_VERSION_C_
#define _XDS_VERSION_C_
-#define XDS_VERSION 0x009200
+#define XDS_VERSION 0x009201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _XDS_VERSION_C_AS_HEADER_
xds_version_t xds_version = {
- 0x009200,
- "0.9.0",
- "0.9.0 (17-Feb-2003)",
- "This is OSSP xds, Version 0.9.0 (17-Feb-2003)",
- "OSSP xds 0.9.0 (17-Feb-2003)",
- "OSSP xds/0.9.0",
- "@(#)OSSP xds 0.9.0 (17-Feb-2003)",
- "$Id: OSSP xds 0.9.0 (17-Feb-2003) $"
+ 0x009201,
+ "0.9.1",
+ "0.9.1 (12-Sep-2004)",
+ "This is OSSP xds, Version 0.9.1 (12-Sep-2004)",
+ "OSSP xds 0.9.1 (12-Sep-2004)",
+ "OSSP xds/0.9.1",
+ "@(#)OSSP xds 0.9.1 (12-Sep-2004)",
+ "$Id: OSSP xds 0.9.1 (12-Sep-2004) $"
};
#endif /* _XDS_VERSION_C_AS_HEADER_ */
|