--- pth_vers.c 2001/03/24 16:30:36 1.138
+++ pth_vers.c 2002/01/27 12:34:30 1.139
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTH_INTERNAL_VERSION 0x104200
+#define PTH_INTERNAL_VERSION 0x104201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
- 0x104200,
- "1.4.0",
- "1.4.0 (24-Mar-2001)",
- "This is GNU Pth, Version 1.4.0 (24-Mar-2001)",
- "GNU Pth 1.4.0 (24-Mar-2001)",
- "GNU Pth/1.4.0",
- "@(#)GNU Pth 1.4.0 (24-Mar-2001)",
- "$Id: GNU Pth 1.4.0 (24-Mar-2001) $"
+ 0x104201,
+ "1.4.1",
+ "1.4.1 (27-Jan-2002)",
+ "This is GNU Pth, Version 1.4.1 (27-Jan-2002)",
+ "GNU Pth 1.4.1 (27-Jan-2002)",
+ "GNU Pth/1.4.1",
+ "@(#)GNU Pth 1.4.1 (27-Jan-2002)",
+ "$Id: GNU Pth 1.4.1 (27-Jan-2002) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|