OSSP CVS Repository

ossp - Check-in [3222]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3222
Date: 2003-Feb-11 14:19:27 (local)
2003-Feb-11 13:19:27 (UTC)
User:rse
Branch:
Comment: bump for release
Tickets:
Inspections:
Files:
ossp-pkg/pth/README      1.200 -> 1.201     1 inserted, 1 deleted
ossp-pkg/pth/devtool.conf      1.13 -> 1.14     1 inserted, 1 deleted
ossp-pkg/pth/pth_vers.c      1.145 -> 1.146     9 inserted, 9 deleted

ossp-pkg/pth/README 1.200 -> 1.201

--- 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
 


ossp-pkg/pth/devtool.conf 1.13 -> 1.14

--- 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 >README.n
+    sed -e "s/Version .*/Version $V/g" <README >README.n
     mv README.n README
 
 %dist


ossp-pkg/pth/pth_vers.c 1.145 -> 1.146

--- 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,14 +32,14 @@
 #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)",
-    "$Id: 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: GNU Pth 2.0.0 (11-Feb-2003) $"
 };
 
 #endif /* _PTH_VERS_C_AS_HEADER_ */

CVSTrac 2.0.1