Index: ossp-pkg/cfg/README RCS File: /v/ossp/cvs/ossp-pkg/cfg/README,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/cfg/README,v' 2>/dev/null --- README 2005/02/18 10:33:30 1.17 +++ README 2005/10/03 09:12:39 1.18 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| \___|_| \__, | |___/ OSSP cfg - Configuration Parsing - Version 0.9.9 (18-Feb-2005) + Version 0.9.10 (03-Oct-2005) ABSTRACT Index: ossp-pkg/cfg/cfg_vers.c RCS File: /v/ossp/cvs/ossp-pkg/cfg/cfg_vers.c,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/cfg/cfg_vers.c,v' 2>/dev/null --- cfg_vers.c 2005/02/18 10:33:30 1.15 +++ cfg_vers.c 2005/10/03 09:12:39 1.16 @@ -8,7 +8,7 @@ #ifndef _CFG_VERS_C_ #define _CFG_VERS_C_ -#define __CFG_VERSION 0x009209 +#define __CFG_VERSION 0x00920A typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _CFG_VERS_C_AS_HEADER_ __cfg_version_t __cfg_version = { - 0x009209, - "0.9.9", - "0.9.9 (18-Feb-2005)", - "This is OSSP cfg, Version 0.9.9 (18-Feb-2005)", - "OSSP cfg 0.9.9 (18-Feb-2005)", - "OSSP cfg/0.9.9", - "@(#)OSSP cfg 0.9.9 (18-Feb-2005)", + 0x00920A, + "0.9.10", + "0.9.10 (03-Oct-2005)", + "This is OSSP cfg, Version 0.9.10 (03-Oct-2005)", + "OSSP cfg 0.9.10 (03-Oct-2005)", + "OSSP cfg/0.9.10", + "@(#)OSSP cfg 0.9.10 (03-Oct-2005)", "$Id$" }; Index: ossp-pkg/cfg/perl/cfg.pm RCS File: /v/ossp/cvs/ossp-pkg/cfg/perl/cfg.pm,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/cfg/perl/cfg.pm,v' 2>/dev/null --- cfg.pm 2005/02/18 10:33:31 1.14 +++ cfg.pm 2005/10/03 09:12:40 1.15 @@ -42,7 +42,7 @@ ## # API version -our $VERSION = do { my @v = ('0.9.9' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; +our $VERSION = do { my @v = ('0.9.10' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; # API inheritance our @ISA = qw(Exporter);