Index: ossp-pkg/uuid/README RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/README,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/README,v' 2>/dev/null --- README 2004/02/06 08:51:36 1.12 +++ README 2004/02/11 14:40:45 1.13 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| OSSP uuid - Universally Unique Identifier - Version 0.9.5 (06-Feb-2004) + Version 0.9.6 (11-Feb-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.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v' 2>/dev/null --- uuid_vers.h 2004/02/06 08:51:36 1.3 +++ uuid_vers.h 2004/02/11 14:40:45 1.4 @@ -8,7 +8,7 @@ #ifndef _UUID_VERS_H_ #define _UUID_VERS_H_ -#define _UUID_VERSION 0x009205 +#define _UUID_VERSION 0x009206 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _UUID_VERS_H_AS_HEADER_ _uuid_version_t _uuid_version = { - 0x009205, - "0.9.5", - "0.9.5 (06-Feb-2004)", - "This is OSSP uuid, Version 0.9.5 (06-Feb-2004)", - "OSSP uuid 0.9.5 (06-Feb-2004)", - "OSSP uuid/0.9.5", - "@(#)OSSP uuid 0.9.5 (06-Feb-2004)", + 0x009206, + "0.9.6", + "0.9.6 (11-Feb-2004)", + "This is OSSP uuid, Version 0.9.6 (11-Feb-2004)", + "OSSP uuid 0.9.6 (11-Feb-2004)", + "OSSP uuid/0.9.6", + "@(#)OSSP uuid 0.9.6 (11-Feb-2004)", "$Id$" };