--- fsl_version.c 2005/02/18 19:12:08 1.35
+++ fsl_version.c 2005/10/03 09:27:54 1.36
@@ -8,7 +8,7 @@
#ifndef _FSL_VERSION_C_
#define _FSL_VERSION_C_
-#define FSL_VERSION 0x106200
+#define FSL_VERSION 0x106201
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _FSL_VERSION_C_AS_HEADER_
fsl_version_t fsl_version = {
- 0x106200,
- "1.6.0",
- "1.6.0 (18-Feb-2005)",
- "This is OSSP fsl, Version 1.6.0 (18-Feb-2005)",
- "OSSP fsl 1.6.0 (18-Feb-2005)",
- "OSSP fsl/1.6.0",
- "@(#)OSSP fsl 1.6.0 (18-Feb-2005)",
- "$Id: fsl_version.c,v 1.35 2005/02/18 19:12:08 thl Exp $"
+ 0x106201,
+ "1.6.1",
+ "1.6.1 (03-Oct-2005)",
+ "This is OSSP fsl, Version 1.6.1 (03-Oct-2005)",
+ "OSSP fsl 1.6.1 (03-Oct-2005)",
+ "OSSP fsl/1.6.1",
+ "@(#)OSSP fsl 1.6.1 (03-Oct-2005)",
+ "$Id: fsl_version.c,v 1.36 2005/10/03 09:27:54 rse Exp $"
};
#endif /* _FSL_VERSION_C_AS_HEADER_ */
|