Index: ossp-pkg/str/README RCS File: /v/ossp/cvs/ossp-pkg/str/README,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/str/README,v' 2>/dev/null --- README 2001/08/16 13:22:21 1.15 +++ README 2001/09/13 14:12:58 1.16 @@ -5,7 +5,7 @@ |____/ \__|_| Str - String Library - Version 0.9.5 (16-Aug-2001) + Version 0.9.6 (13-Sep-2001) ABSTRACT Index: ossp-pkg/str/str_version.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_version.c,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/str/str_version.c,v' 2>/dev/null --- str_version.c 2001/08/16 13:22:21 1.12 +++ str_version.c 2001/09/13 14:12:58 1.13 @@ -8,7 +8,7 @@ #ifndef _STR_VERSION_C_ #define _STR_VERSION_C_ -#define STR_VERSION 0x009205 +#define STR_VERSION 0x009206 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _STR_VERSION_C_AS_HEADER_ str_version_t str_version = { - 0x009205, - "0.9.5", - "0.9.5 (16-Aug-2001)", - "This is Str, Version 0.9.5 (16-Aug-2001)", - "Str 0.9.5 (16-Aug-2001)", - "Str/0.9.5", - "@(#)Str 0.9.5 (16-Aug-2001)", + 0x009206, + "0.9.6", + "0.9.6 (13-Sep-2001)", + "This is Str, Version 0.9.6 (13-Sep-2001)", + "Str 0.9.6 (13-Sep-2001)", + "Str/0.9.6", + "@(#)Str 0.9.6 (13-Sep-2001)", "$Id$" };