--- 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_ */
|