Index: ossp-pkg/pth/README RCS File: /v/ossp/cvs/ossp-pkg/pth/README,v rcsdiff -q -kk '-r1.200' '-r1.201' -u '/v/ossp/cvs/ossp-pkg/pth/README,v' 2>/dev/null --- README 2003/01/01 15:49:11 1.200 +++ README 2003/02/11 13:19:27 1.201 @@ -5,7 +5,7 @@ |_| \__|_| |_| the impossible.'' GNU Pth - The GNU Portable Threads - Version + Version 2.0.0 (11-Feb-2003) ABSTRACT Index: ossp-pkg/pth/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/pth/devtool.conf,v rcsdiff -q -kk '-r1.13' '-r1.14' -u '/v/ossp/cvs/ossp-pkg/pth/devtool.conf,v' 2>/dev/null --- devtool.conf 2002/12/04 14:16:30 1.13 +++ devtool.conf 2003/02/11 13:19:27 1.14 @@ -35,7 +35,7 @@ %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 + sed -e "s/Version .*/Version $V/g" README.n mv README.n README %dist Index: ossp-pkg/pth/pth_vers.c RCS File: /v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v rcsdiff -q -kk '-r1.145' '-r1.146' -u '/v/ossp/cvs/ossp-pkg/pth/pth_vers.c,v' 2>/dev/null --- pth_vers.c 2003/01/01 15:49:12 1.145 +++ pth_vers.c 2003/02/11 13:19:27 1.146 @@ -8,7 +8,7 @@ #ifndef _PTH_VERS_C_ #define _PTH_VERS_C_ -#define PTH_INTERNAL_VERSION 0x200103 +#define PTH_INTERNAL_VERSION 0x200200 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _PTH_VERS_C_AS_HEADER_ pth_internal_version_t pth_internal_version = { - 0x200103, - "2.0b3", - "2.0b3 (01-Jan-2003)", - "This is GNU Pth, Version 2.0b3 (01-Jan-2003)", - "GNU Pth 2.0b3 (01-Jan-2003)", - "GNU Pth/2.0b3", - "@(#)GNU Pth 2.0b3 (01-Jan-2003)", + 0x200200, + "2.0.0", + "2.0.0 (11-Feb-2003)", + "This is GNU Pth, Version 2.0.0 (11-Feb-2003)", + "GNU Pth 2.0.0 (11-Feb-2003)", + "GNU Pth/2.0.0", + "@(#)GNU Pth 2.0.0 (11-Feb-2003)", "$Id$" };