--- pth_vers.c 2005/11/22 07:33:45 1.153
+++ pth_vers.c 2006/06/08 18:14:22 1.154
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTH_INTERNAL_VERSION 0x200206
+#define PTH_INTERNAL_VERSION 0x200207
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
- 0x200206,
- "2.0.6",
- "2.0.6 (22-Nov-2005)",
- "This is GNU Pth, Version 2.0.6 (22-Nov-2005)",
- "GNU Pth 2.0.6 (22-Nov-2005)",
- "GNU Pth/2.0.6",
- "@(#)GNU Pth 2.0.6 (22-Nov-2005)",
- "$Id: GNU Pth 2.0.6 (22-Nov-2005) $"
+ 0x200207,
+ "2.0.7",
+ "2.0.7 (08-Jun-2006)",
+ "This is GNU Pth, Version 2.0.7 (08-Jun-2006)",
+ "GNU Pth 2.0.7 (08-Jun-2006)",
+ "GNU Pth/2.0.7",
+ "@(#)GNU Pth 2.0.7 (08-Jun-2006)",
+ "$Id: GNU Pth 2.0.7 (08-Jun-2006) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|