--- pth_vers.c 2002/12/04 14:11:21 1.144
+++ pth_vers.c 2003/01/01 15:49:12 1.145
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTH_INTERNAL_VERSION 0x200102
+#define PTH_INTERNAL_VERSION 0x200103
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
- 0x200102,
- "2.0b2",
- "2.0b2 (04-Dec-2002)",
- "This is GNU Pth, Version 2.0b2 (04-Dec-2002)",
- "GNU Pth 2.0b2 (04-Dec-2002)",
- "GNU Pth/2.0b2",
- "@(#)GNU Pth 2.0b2 (04-Dec-2002)",
- "$Id: GNU Pth 2.0b2 (04-Dec-2002) $"
+ 0x200103,
+ "2.0b3",
+ "2.0b3 (01-Jan-2003)",
+ "This is GNU Pth, Version 2.0b3 (01-Jan-2003)",
+ "GNU Pth 2.0b3 (01-Jan-2003)",
+ "GNU Pth/2.0b3",
+ "@(#)GNU Pth 2.0b3 (01-Jan-2003)",
+ "$Id: GNU Pth 2.0b3 (01-Jan-2003) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|