--- pth_vers.c 2000/08/18 07:39:09 1.135
+++ pth_vers.c 2000/10/03 08:00:35 1.136
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTH_INTERNAL_VERSION 0x104003
+#define PTH_INTERNAL_VERSION 0x104004
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
- 0x104003,
- "1.4a3",
- "1.4a3 (18-Aug-2000)",
- "This is GNU Pth, Version 1.4a3 (18-Aug-2000)",
- "GNU Pth 1.4a3 (18-Aug-2000)",
- "GNU Pth/1.4a3",
- "@(#)GNU Pth 1.4a3 (18-Aug-2000)",
- "$Id: GNU Pth 1.4a3 (18-Aug-2000) $"
+ 0x104004,
+ "1.4a4",
+ "1.4a4 (30-Sep-2000)",
+ "This is GNU Pth, Version 1.4a4 (30-Sep-2000)",
+ "GNU Pth 1.4a4 (30-Sep-2000)",
+ "GNU Pth/1.4a4",
+ "@(#)GNU Pth 1.4a4 (30-Sep-2000)",
+ "$Id: GNU Pth 1.4a4 (30-Sep-2000) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|