--- uuid_vers.h 2006/07/28 19:17:44 1.25
+++ uuid_vers.h 2006/07/31 12:45:08 1.26
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x105200
+#define _UUID_VERSION 0x105201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x105200,
- "1.5.0",
- "1.5.0 (28-Jul-2006)",
- "This is OSSP uuid, Version 1.5.0 (28-Jul-2006)",
- "OSSP uuid 1.5.0 (28-Jul-2006)",
- "OSSP uuid/1.5.0",
- "@(#)OSSP uuid 1.5.0 (28-Jul-2006)",
- "$Id: OSSP uuid 1.5.0 (28-Jul-2006) $"
+ 0x105201,
+ "1.5.1",
+ "1.5.1 (31-Jul-2006)",
+ "This is OSSP uuid, Version 1.5.1 (31-Jul-2006)",
+ "OSSP uuid 1.5.1 (31-Jul-2006)",
+ "OSSP uuid/1.5.1",
+ "@(#)OSSP uuid 1.5.1 (31-Jul-2006)",
+ "$Id: OSSP uuid 1.5.1 (31-Jul-2006) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|