Index: ossp-pkg/uuid/README RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/README,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/README,v' 2>/dev/null --- README 2004/07/16 21:14:01 1.16 +++ README 2004/09/12 15:23:35 1.17 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| OSSP uuid - Universally Unique Identifier - Version 1.0.1 (16-Jul-2004) + Version 1.0.2 (12-Sep-2004) ABSTRACT Index: ossp-pkg/uuid/uuid_vers.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v' 2>/dev/null --- uuid_vers.h 2004/07/16 21:14:01 1.7 +++ uuid_vers.h 2004/09/12 15:23:35 1.8 @@ -8,7 +8,7 @@ #ifndef _UUID_VERS_H_ #define _UUID_VERS_H_ -#define _UUID_VERSION 0x100201 +#define _UUID_VERSION 0x100202 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _UUID_VERS_H_AS_HEADER_ _uuid_version_t _uuid_version = { - 0x100201, - "1.0.1", - "1.0.1 (16-Jul-2004)", - "This is OSSP uuid, Version 1.0.1 (16-Jul-2004)", - "OSSP uuid 1.0.1 (16-Jul-2004)", - "OSSP uuid/1.0.1", - "@(#)OSSP uuid 1.0.1 (16-Jul-2004)", + 0x100202, + "1.0.2", + "1.0.2 (12-Sep-2004)", + "This is OSSP uuid, Version 1.0.2 (12-Sep-2004)", + "OSSP uuid 1.0.2 (12-Sep-2004)", + "OSSP uuid/1.0.2", + "@(#)OSSP uuid 1.0.2 (12-Sep-2004)", "$Id$" };