--- uuid_vers.h 2006/01/15 18:40:15 1.21
+++ uuid_vers.h 2006/02/07 08:42:53 1.22
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x104200
+#define _UUID_VERSION 0x104201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x104200,
- "1.4.0",
- "1.4.0 (15-Jan-2006)",
- "This is OSSP uuid, Version 1.4.0 (15-Jan-2006)",
- "OSSP uuid 1.4.0 (15-Jan-2006)",
- "OSSP uuid/1.4.0",
- "@(#)OSSP uuid 1.4.0 (15-Jan-2006)",
- "$Id: OSSP uuid 1.4.0 (15-Jan-2006) $"
+ 0x104201,
+ "1.4.1",
+ "1.4.1 (07-Feb-2006)",
+ "This is OSSP uuid, Version 1.4.1 (07-Feb-2006)",
+ "OSSP uuid 1.4.1 (07-Feb-2006)",
+ "OSSP uuid/1.4.1",
+ "@(#)OSSP uuid 1.4.1 (07-Feb-2006)",
+ "$Id: OSSP uuid 1.4.1 (07-Feb-2006) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|