[Winbash-checkins] CVS: winbash .build,1.16,1.17 version.h,1.16,1.17
Brought to you by:
enricobrunetta,
xks
From: kevin s. <xk...@us...> - 2002-03-26 16:10:55
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv28964 Modified Files: .build version.h Log Message: new build with fix for adding to list of suffixes to try for exe's Index: .build =================================================================== RCS file: /cvsroot/winbash/winbash/.build,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- .build 26 Mar 2002 13:37:22 -0000 1.16 +++ .build 26 Mar 2002 16:10:53 -0000 1.17 @@ -1 +1 @@ -38 +39 Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- version.h 26 Mar 2002 13:37:22 -0000 1.16 +++ version.h 26 Mar 2002 16:10:53 -0000 1.17 @@ -8,9 +8,9 @@ #define PATCHLEVEL 7 /* The last built version of this shell. */ -#define BUILDVERSION 38 +#define BUILDVERSION 39 /* A version string for use by sccs and the what command. */ -#define SCCSVERSION "@(#)Bash version 1.14.7(38) GNU" +#define SCCSVERSION "@(#)Bash version 1.14.7(39) GNU" |