[Winbash-checkins] CVS: winbash .build,1.17,1.18 version.h,1.17,1.18
Brought to you by:
enricobrunetta,
xks
From: kevin s. <xk...@us...> - 2002-03-26 17:22:24
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv23443 Modified Files: .build version.h Log Message: new build with clear-screen implemented for windows console app Index: .build =================================================================== RCS file: /cvsroot/winbash/winbash/.build,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- .build 26 Mar 2002 16:10:53 -0000 1.17 +++ .build 26 Mar 2002 17:22:21 -0000 1.18 @@ -1 +1 @@ -39 +40 Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- version.h 26 Mar 2002 16:10:53 -0000 1.17 +++ version.h 26 Mar 2002 17:22:21 -0000 1.18 @@ -8,9 +8,9 @@ #define PATCHLEVEL 7 /* The last built version of this shell. */ -#define BUILDVERSION 39 +#define BUILDVERSION 40 /* A version string for use by sccs and the what command. */ -#define SCCSVERSION "@(#)Bash version 1.14.7(39) GNU" +#define SCCSVERSION "@(#)Bash version 1.14.7(40) GNU" |