[Winbash-checkins] CVS: winbash version.h,1.19,1.20
Brought to you by:
enricobrunetta,
xks
From: kevin s. <xk...@us...> - 2002-03-29 10:54:21
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv10174 Modified Files: version.h Log Message: fixed (i hope) problems with scrolling/display when the end of the screen buffer has been reached. Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- version.h 27 Mar 2002 13:47:51 -0000 1.19 +++ version.h 29 Mar 2002 10:54:18 -0000 1.20 @@ -8,9 +8,9 @@ #define PATCHLEVEL 7 /* The last built version of this shell. */ -#define BUILDVERSION 41 +#define BUILDVERSION 42 /* A version string for use by sccs and the what command. */ -#define SCCSVERSION "@(#)Bash version 1.14.7(41) GNU" +#define SCCSVERSION "@(#)Bash version 1.14.7(42) GNU" |