OSSP CVS Repository

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

Check-in Number: 2762
Date: 2002-Nov-07 16:54:07 (local)
2002-Nov-07 15:54:07 (UTC)
User:rse
Branch:
Comment: Fix "devtool version" and switch from 1.5b0 to 2.0b0 because I finally decided that it's time for a major version bump. Because the latest changes are not small ones, especially the new pth_uctx_* sub-API, etc.
Tickets:
Inspections:
Files:
ossp-pkg/pth/README      1.196 -> 1.197     1 inserted, 1 deleted
ossp-pkg/pth/devtool.conf      1.10 -> 1.11     3 inserted, 0 deleted
ossp-pkg/pth/pth_vers.c      1.141 -> 1.142     9 inserted, 9 deleted

ossp-pkg/pth/README 1.196 -> 1.197

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


ossp-pkg/pth/devtool.conf 1.10 -> 1.11

--- 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 >README.n
+    mv README.n README
 
 %dist
     rm -f pth-*.tar.gz


ossp-pkg/pth/pth_vers.c 1.141 -> 1.142

--- 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,14 +32,14 @@
 #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)",
-    "$Id: 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: GNU Pth 2.0b0 (07-Nov-2002) $"
 };
 
 #endif /* _PTH_VERS_C_AS_HEADER_ */

CVSTrac 2.0.1