--- l2_version.c 2001/05/10 19:46:01 1.1
+++ l2_version.c 2001/09/08 21:04:58 1.2
@@ -19,9 +19,9 @@
const char *v_web;
const char *v_sccs;
const char *v_rcs;
-} L2_version_t;
+} l2_version_t;
-extern L2_version_t L2_version;
+extern l2_version_t l2_version;
#endif /* _L2_VERSION_C_ */
@@ -31,15 +31,15 @@
#include "l2_version.c"
#undef _L2_VERSION_C_AS_HEADER_
-L2_version_t L2_version = {
+l2_version_t l2_version = {
0x001200,
"0.1.0",
- "0.1.0 (08-May-2001)",
- "This is L2, Version 0.1.0 (08-May-2001)",
- "L2 0.1.0 (08-May-2001)",
+ "0.1.0 (08-Sep-2001)",
+ "This is L2, Version 0.1.0 (08-Sep-2001)",
+ "L2 0.1.0 (08-Sep-2001)",
"L2/0.1.0",
- "@(#)L2 0.1.0 (08-May-2001)",
- "$Id: L2 0.1.0 (08-May-2001) $"
+ "@(#)L2 0.1.0 (08-Sep-2001)",
+ "$Id: L2 0.1.0 (08-Sep-2001) $"
};
#endif /* _L2_VERSION_C_AS_HEADER_ */
|