Index: ossp-pkg/iselect/README RCS File: /v/ossp/cvs/ossp-pkg/iselect/README,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/README,v' 2>/dev/null --- README 2005/10/05 18:19:42 1.4 +++ README 2005/10/05 18:37:19 1.5 @@ -12,7 +12,7 @@ as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command). - Version 1.3.0 (11-Sep-2004) + Version 1.3.1 (05-Oct-2005) The latest release can be found on http://www.ossp.org/pkg/tool/iselect/ Index: ossp-pkg/iselect/iselect.1 RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect.1,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect.1,v' 2>/dev/null --- iselect.1 2004/09/11 15:24:05 1.5 +++ iselect.1 2005/10/05 18:37:19 1.6 @@ -1,4 +1,4 @@ -.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.14 +.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.3 .\" .\" Standard preamble: .\" ======================================================================== @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "ISELECT 1" -.TH ISELECT 1 "2004-09-11" "EN" "Ralf S. Engelschall" +.TH ISELECT 1 "2005-10-05" "EN" "Ralf S. Engelschall" .SH "NAME" iSelect \-\- Interactive Selection Tool .SH "SYNOPSIS" @@ -155,7 +155,7 @@ [\fB\-V\fR] .SH "VERSION" .IX Header "VERSION" -1.3.0 (11\-Sep\-2004) +1.3.1 (05\-Oct\-2005) .SH "DESCRIPTION" .IX Header "DESCRIPTION" .Sh "Intend" Index: ossp-pkg/iselect/iselect_readme.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_readme.c,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_readme.c,v' 2>/dev/null --- iselect_readme.c 2005/10/05 18:19:42 1.4 +++ iselect_readme.c 2005/10/05 18:37:19 1.5 @@ -17,7 +17,7 @@ " as its control script or in batch mode as a pipeline filter (usually", " between grep and the final executing command). ", " ", -" Version 1.3.0 (11-Sep-2004)", +" Version 1.3.1 (05-Oct-2005)", "", " The latest release can be found on", " http://www.ossp.org/pkg/tool/iselect/", Index: ossp-pkg/iselect/iselect_readme.txt RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_readme.txt,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_readme.txt,v' 2>/dev/null --- iselect_readme.txt 2005/10/05 18:19:42 1.3 +++ iselect_readme.txt 2005/10/05 18:37:19 1.4 @@ -12,7 +12,7 @@ as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command). - Version 1.3.0 (11-Sep-2004) + Version 1.3.1 (05-Oct-2005) The latest release can be found on http://www.ossp.org/pkg/tool/iselect/ Index: ossp-pkg/iselect/iselect_version.c RCS File: /v/ossp/cvs/ossp-pkg/iselect/iselect_version.c,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/iselect/iselect_version.c,v' 2>/dev/null --- iselect_version.c 2004/09/11 15:18:49 1.4 +++ iselect_version.c 2005/10/05 18:37:19 1.5 @@ -8,7 +8,7 @@ #ifndef _ISELECT_VERSION_C_ #define _ISELECT_VERSION_C_ -#define ISELECT_VERSION 0x103200 +#define ISELECT_VERSION 0x103201 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _ISELECT_VERSION_C_AS_HEADER_ iselect_version_t iselect_version = { - 0x103200, - "1.3.0", - "1.3.0 (11-Sep-2004)", - "This is iSelect, Version 1.3.0 (11-Sep-2004)", - "iSelect 1.3.0 (11-Sep-2004)", - "iSelect/1.3.0", - "@(#)iSelect 1.3.0 (11-Sep-2004)", + 0x103201, + "1.3.1", + "1.3.1 (05-Oct-2005)", + "This is iSelect, Version 1.3.1 (05-Oct-2005)", + "iSelect 1.3.1 (05-Oct-2005)", + "iSelect/1.3.1", + "@(#)iSelect 1.3.1 (05-Oct-2005)", "$Id$" };