--- uuid_vers.h 2004/11/18 15:59:52 1.12
+++ uuid_vers.h 2005/01/13 10:37:36 1.13
@@ -8,7 +8,7 @@
#ifndef _UUID_VERS_H_
#define _UUID_VERS_H_
-#define _UUID_VERSION 0x101201
+#define _UUID_VERSION 0x101202
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _UUID_VERS_H_AS_HEADER_
_uuid_version_t _uuid_version = {
- 0x101201,
- "1.1.1",
- "1.1.1 (18-Nov-2004)",
- "This is OSSP uuid, Version 1.1.1 (18-Nov-2004)",
- "OSSP uuid 1.1.1 (18-Nov-2004)",
- "OSSP uuid/1.1.1",
- "@(#)OSSP uuid 1.1.1 (18-Nov-2004)",
- "$Id: OSSP uuid 1.1.1 (18-Nov-2004) $"
+ 0x101202,
+ "1.1.2",
+ "1.1.2 (13-Jan-2005)",
+ "This is OSSP uuid, Version 1.1.2 (13-Jan-2005)",
+ "OSSP uuid 1.1.2 (13-Jan-2005)",
+ "OSSP uuid/1.1.2",
+ "@(#)OSSP uuid 1.1.2 (13-Jan-2005)",
+ "$Id: OSSP uuid 1.1.2 (13-Jan-2005) $"
};
#endif /* _UUID_VERS_H_AS_HEADER_ */
|