Index: ossp-pkg/l2/README RCS File: /v/ossp/cvs/ossp-pkg/l2/README,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/l2/README,v' 2>/dev/null --- README 2001/08/14 14:43:29 1.2 +++ README 2001/09/08 21:04:58 1.3 @@ -5,7 +5,7 @@ |_____|_____| L2 - Logging Library - Version 0.1.0 (14-Jul-2000) + Version 0.1.0 (08-Sep-2001) ABSTRACT Index: ossp-pkg/l2/l2_version.c RCS File: /v/ossp/cvs/ossp-pkg/l2/l2_version.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/l2/l2_version.c,v' 2>/dev/null --- 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,14 +31,14 @@ #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)", + "@(#)L2 0.1.0 (08-Sep-2001)", "$Id$" };