--- uuid_vers.h 2005/09/24 10:20:24 1.18
+++ uuid_vers.h 2005/12/06 11:52:11 1.19
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x103201
+#define _UUID_VERSION 0x103202
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x103201,
- "1.3.1",
- "1.3.1 (24-Sep-2005)",
- "This is OSSP uuid, Version 1.3.1 (24-Sep-2005)",
- "OSSP uuid 1.3.1 (24-Sep-2005)",
- "OSSP uuid/1.3.1",
- "@(#)OSSP uuid 1.3.1 (24-Sep-2005)",
- "$Id: OSSP uuid 1.3.1 (24-Sep-2005) $"
+ 0x103202,
+ "1.3.2",
+ "1.3.2 (06-Dec-2005)",
+ "This is OSSP uuid, Version 1.3.2 (06-Dec-2005)",
+ "OSSP uuid 1.3.2 (06-Dec-2005)",
+ "OSSP uuid/1.3.2",
+ "@(#)OSSP uuid 1.3.2 (06-Dec-2005)",
+ "$Id: OSSP uuid 1.3.2 (06-Dec-2005) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|