--- uuid_vers.h 2005/08/30 20:11:46 1.15
+++ uuid_vers.h 2005/08/31 09:59:45 1.16
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x102201
+#define _UUID_VERSION 0x103200
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x102201,
- "1.2.1",
- "1.2.1 (30-Aug-2005)",
- "This is OSSP uuid, Version 1.2.1 (30-Aug-2005)",
- "OSSP uuid 1.2.1 (30-Aug-2005)",
- "OSSP uuid/1.2.1",
- "@(#)OSSP uuid 1.2.1 (30-Aug-2005)",
- "$Id: OSSP uuid 1.2.1 (30-Aug-2005) $"
+ 0x103200,
+ "1.3.0",
+ "1.3.0 (31-Aug-2005)",
+ "This is OSSP uuid, Version 1.3.0 (31-Aug-2005)",
+ "OSSP uuid 1.3.0 (31-Aug-2005)",
+ "OSSP uuid/1.3.0",
+ "@(#)OSSP uuid 1.3.0 (31-Aug-2005)",
+ "$Id: OSSP uuid 1.3.0 (31-Aug-2005) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|