--- version.c 2001/01/19 15:01:19 1.1
+++ version.c 2004/02/02 19:50:25 1.2
@@ -8,7 +8,7 @@
#ifndef _VERSION_C_
#define _VERSION_C_
-#define PETIDOMO_VERSION 0x400101
+#define PETIDOMO_VERSION 0x400102
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _VERSION_C_AS_HEADER_
petidomo_version_t petidomo_version = {
- 0x400101,
- "4.0b1",
- "4.0b1 (18-Jan-2001)",
- "This is Petidomo, Version 4.0b1 (18-Jan-2001)",
- "Petidomo 4.0b1 (18-Jan-2001)",
- "Petidomo/4.0b1",
- "@(#)Petidomo 4.0b1 (18-Jan-2001)",
- "$Id: version.c,v 1.1 2001/01/19 15:01:19 rse Exp $"
+ 0x400102,
+ "4.0b2",
+ "4.0b2 (24-Apr-2002)",
+ "This is Petidomo, Version 4.0b2 (24-Apr-2002)",
+ "Petidomo 4.0b2 (24-Apr-2002)",
+ "Petidomo/4.0b2",
+ "@(#)Petidomo 4.0b2 (24-Apr-2002)",
+ "$Id: version.c,v 1.2 2004/02/02 19:50:25 thl Exp $"
};
#endif /* _VERSION_C_AS_HEADER_ */
|