--- l2_version.c 2005/02/18 09:33:13 1.18
+++ l2_version.c 2005/10/03 07:58:48 1.19
@@ -8,7 +8,7 @@
#ifndef _L2_VERSION_C_
#define _L2_VERSION_C_
-#define L2_VERSION 0x00920A
+#define L2_VERSION 0x00920B
typedef struct {
const int v_hex;
@@ -32,14 +32,14 @@
#undef _L2_VERSION_C_AS_HEADER_
l2_version_t l2_version = {
- 0x00920A,
- "0.9.10",
- "0.9.10 (18-Feb-2005)",
- "This is OSSP l2, Version 0.9.10 (18-Feb-2005)",
- "OSSP l2 0.9.10 (18-Feb-2005)",
- "OSSP l2/0.9.10",
- "@(#)OSSP l2 0.9.10 (18-Feb-2005)",
- "$Id: OSSP l2 0.9.10 (18-Feb-2005) $"
+ 0x00920B,
+ "0.9.11",
+ "0.9.11 (03-Oct-2005)",
+ "This is OSSP l2, Version 0.9.11 (03-Oct-2005)",
+ "OSSP l2 0.9.11 (03-Oct-2005)",
+ "OSSP l2/0.9.11",
+ "@(#)OSSP l2 0.9.11 (03-Oct-2005)",
+ "$Id: OSSP l2 0.9.11 (03-Oct-2005) $"
};
#endif /* _L2_VERSION_C_AS_HEADER_ */
|