Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.196' '-r1.197' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2002/09/12 09:02:04 1.196 +++ README 2002/11/07 15:54:07 1.197 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version 1.5b1 (27-Jan-2002) + Version 2.0b0 (07-Nov-2002) ABSTRACT Index: ossp-pkg/pth/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/pth/devtool.conf,v rcsdiff -q -kk '-r1.10' '-r1.11' -u '/v/ossp/cvs/ossp-pkg/pth/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/11/03 11:06:56 1.10 +++ devtool.conf 2002/11/07 15:54:07 1.11 @@ -34,6 +34,9 @@ %version ./shtool version -lc -n 'GNU Pth' -p pth_internal_ -e pth_vers.c + V=`./shtool version -lc -dlong pth_vers.c` + sed -e "s/Version .*(.*)/Version $V/g" README.n + mv README.n README %dist rm -f pth-*.tar.gz Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.141' '-r1.142' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2002/11/03 11:24:49 1.141 +++ pth_vers.c 2002/11/07 15:54:07 1.142 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x105200 +#define PTH_INTERNAL_VERSION 0x200100 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x105200, - "1.5.0", - "1.5.0 (03-Nov-2002)", - "This is GNU Pth, Version 1.5.0 (03-Nov-2002)", - "GNU Pth 1.5.0 (03-Nov-2002)", - "GNU Pth/1.5.0", - "@(#)GNU Pth 1.5.0 (03-Nov-2002)", + 0x200100, + "2.0b0", + "2.0b0 (07-Nov-2002)", + "This is GNU Pth, Version 2.0b0 (07-Nov-2002)", + "GNU Pth 2.0b0 (07-Nov-2002)", + "GNU Pth/2.0b0", + "@(#)GNU Pth 2.0b0 (07-Nov-2002)", "$Id$" };