--- pth_vers.c 2002/01/27 16:14:02 1.140
+++ pth_vers.c 2002/11/03 11:24:49 1.141
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTH_INTERNAL_VERSION 0x105101
+#define PTH_INTERNAL_VERSION 0x105200
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
- 0x105101,
- "1.5b1",
- "1.5b1 (27-Jan-2002)",
- "This is GNU Pth, Version 1.5b1 (27-Jan-2002)",
- "GNU Pth 1.5b1 (27-Jan-2002)",
- "GNU Pth/1.5b1",
- "@(#)GNU Pth 1.5b1 (27-Jan-2002)",
- "$Id: GNU Pth 1.5b1 (27-Jan-2002) $"
+ 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) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|