Index: ossp-pkg/str/README RCS File: /v/ossp/cvs/ossp-pkg/str/README,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/str/README,v' 2>/dev/null --- README 2005/10/03 07:35:51 1.26 +++ README 2005/10/12 08:28:32 1.27 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| |___/\__|_| OSSP str - String Handling - Version 0.9.11 (03-Oct-2005) + Version 0.9.12 (12-Oct-2005) ABSTRACT Index: ossp-pkg/str/str_version.c RCS File: /v/ossp/cvs/ossp-pkg/str/str_version.c,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/str/str_version.c,v' 2>/dev/null --- str_version.c 2005/10/03 07:35:51 1.19 +++ str_version.c 2005/10/12 08:28:32 1.20 @@ -8,7 +8,7 @@ #ifndef _STR_VERSION_C_ #define _STR_VERSION_C_ -#define STR_VERSION 0x00920B +#define STR_VERSION 0x00920C typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _STR_VERSION_C_AS_HEADER_ str_version_t str_version = { - 0x00920B, - "0.9.11", - "0.9.11 (03-Oct-2005)", - "This is OSSP str, Version 0.9.11 (03-Oct-2005)", - "OSSP str 0.9.11 (03-Oct-2005)", - "OSSP str/0.9.11", - "@(#)OSSP str 0.9.11 (03-Oct-2005)", + 0x00920C, + "0.9.12", + "0.9.12 (12-Oct-2005)", + "This is OSSP str, Version 0.9.12 (12-Oct-2005)", + "OSSP str 0.9.12 (12-Oct-2005)", + "OSSP str/0.9.12", + "@(#)OSSP str 0.9.12 (12-Oct-2005)", "$Id$" };