Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.211' '-r1.212' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2006/06/08 17:54:51 1.211 +++ README 2006/06/08 18:14:22 1.212 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 2.0.6 (22-Nov-2005) + Version 2.0.7 (08-Jun-2006) ABSTRACT Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.153' '-r1.154' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2005/11/22 07:33:45 1.153 +++ pth_vers.c 2006/06/08 18:14:22 1.154 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200206 +#define PTH_INTERNAL_VERSION 0x200207 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x200206, - "2.0.6", - "2.0.6 (22-Nov-2005)", - "This is GNU Pth, Version 2.0.6 (22-Nov-2005)", - "GNU Pth 2.0.6 (22-Nov-2005)", - "GNU Pth/2.0.6", - "@(#)GNU Pth 2.0.6 (22-Nov-2005)", + 0x200207, + "2.0.7", + "2.0.7 (08-Jun-2006)", + "This is GNU Pth, Version 2.0.7 (08-Jun-2006)", + "GNU Pth 2.0.7 (08-Jun-2006)", + "GNU Pth/2.0.7", + "@(#)GNU Pth 2.0.7 (08-Jun-2006)", "$Id$" };