--- iselect_version.c 2005/10/05 18:37:19 1.5
+++ iselect_version.c 2007/07/08 09:28:11 1.6
@@ -8,7 +8,7 @@
#ifndef _ISELECT_VERSION_C_
#define _ISELECT_VERSION_C_
-#define ISELECT_VERSION 0x103201
+#define ISELECT_VERSION 0x104200
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _ISELECT_VERSION_C_AS_HEADER_
iselect_version_t iselect_version = {
- 0x103201,
- "1.3.1",
- "1.3.1 (05-Oct-2005)",
- "This is iSelect, Version 1.3.1 (05-Oct-2005)",
- "iSelect 1.3.1 (05-Oct-2005)",
- "iSelect/1.3.1",
- "@(#)iSelect 1.3.1 (05-Oct-2005)",
- "$Id: iselect_version.c,v 1.5 2005/10/05 18:37:19 rse Exp $"
+ 0x104200,
+ "1.4.0",
+ "1.4.0 (08-Jul-2007)",
+ "This is iSelect, Version 1.4.0 (08-Jul-2007)",
+ "iSelect 1.4.0 (08-Jul-2007)",
+ "iSelect/1.4.0",
+ "@(#)iSelect 1.4.0 (08-Jul-2007)",
+ "$Id: iselect_version.c,v 1.6 2007/07/08 09:28:11 rse Exp $"
};
#endif /* _ISELECT_VERSION_C_AS_HEADER_ */
|