--- pth_vers.c 2004/09/12 11:59:08 1.149
+++ pth_vers.c 2004/12/03 16:23:38 1.150
@@ -8,7 +8,7 @@
#ifndef _PTH_VERS_C_
#define _PTH_VERS_C_
-#define PTH_INTERNAL_VERSION 0x200202
+#define PTH_INTERNAL_VERSION 0x200203
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _PTH_VERS_C_AS_HEADER_
pth_internal_version_t pth_internal_version = {
- 0x200202,
- "2.0.2",
- "2.0.2 (12-Sep-2004)",
- "This is GNU Pth, Version 2.0.2 (12-Sep-2004)",
- "GNU Pth 2.0.2 (12-Sep-2004)",
- "GNU Pth/2.0.2",
- "@(#)GNU Pth 2.0.2 (12-Sep-2004)",
- "$Id: GNU Pth 2.0.2 (12-Sep-2004) $"
+ 0x200203,
+ "2.0.3",
+ "2.0.3 (03-Dec-2004)",
+ "This is GNU Pth, Version 2.0.3 (03-Dec-2004)",
+ "GNU Pth 2.0.3 (03-Dec-2004)",
+ "GNU Pth/2.0.3",
+ "@(#)GNU Pth 2.0.3 (03-Dec-2004)",
+ "$Id: GNU Pth 2.0.3 (03-Dec-2004) $"
};
#endif /* _PTH_VERS_C_AS_HEADER_ */
|