[Winbash-checkins] CVS: winbash .build,1.15,1.16 version.h,1.15,1.16
Brought to you by:
enricobrunetta,
xks
From: kevin s. <xk...@us...> - 2002-03-26 13:37:25
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv12714 Modified Files: .build version.h Log Message: new build with case-insensitive completion in readline off by default, like regular readline Index: .build =================================================================== RCS file: /cvsroot/winbash/winbash/.build,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- .build 26 Mar 2002 00:34:58 -0000 1.15 +++ .build 26 Mar 2002 13:37:22 -0000 1.16 @@ -1 +1 @@ -37 +38 Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- version.h 26 Mar 2002 00:34:58 -0000 1.15 +++ version.h 26 Mar 2002 13:37:22 -0000 1.16 @@ -8,9 +8,9 @@ #define PATCHLEVEL 7 /* The last built version of this shell. */ -#define BUILDVERSION 37 +#define BUILDVERSION 38 /* A version string for use by sccs and the what command. */ -#define SCCSVERSION "@(#)Bash version 1.14.7(37) GNU" +#define SCCSVERSION "@(#)Bash version 1.14.7(38) GNU" |