--- pth_vers.c 2000/07/01 14:07:10 1.121.2.5
+++ pth_vers.c 2000/07/29 15:04:34 1.121.2.6
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTHVERSION 0x103206
+#define PTH_INTERNAL_VERSION 0x103207
typedef struct {
const int v_hex;
@@ -19,9 +19,9 @@
const char *v_web;
const char *v_sccs;
const char *v_rcs;
-} PTHversion_t;
+} pth_internal_version_t;
-extern PTHversion_t PTHversion;
+extern pth_internal_version_t pth_internal_version;
#endif /* _PTH_VERS_C_ */
@@ -31,15 +31,15 @@
#include "pth_vers.c"
#undef _PTH_VERS_C_AS_HEADER_
-PTHversion_t PTHversion = {
- 0x103206,
- "1.3.6",
- "1.3.6 (01-Jul-2000)",
- "This is GNU Pth, Version 1.3.6 (01-Jul-2000)",
- "GNU Pth 1.3.6 (01-Jul-2000)",
- "GNU Pth/1.3.6",
- "@(#)GNU Pth 1.3.6 (01-Jul-2000)",
- "$Id: GNU Pth 1.3.6 (01-Jul-2000) $"
+pth_internal_version_t pth_internal_version = {
+ 0x103207,
+ "1.3.7",
+ "1.3.7 (29-Jul-2000)",
+ "This is GNU Pth, Version 1.3.7 (29-Jul-2000)",
+ "GNU Pth 1.3.7 (29-Jul-2000)",
+ "GNU Pth/1.3.7",
+ "@(#)GNU Pth 1.3.7 (29-Jul-2000)",
+ "$Id: GNU Pth 1.3.7 (29-Jul-2000) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|