[Winbash-checkins] CVS: winbash .build,1.10,1.11 version.h,1.10,1.11
Brought to you by:
enricobrunetta,
xks
From: kevin s. <xk...@us...> - 2002-03-14 02:30:42
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv26709 Modified Files: .build version.h Log Message: update build version Index: .build =================================================================== RCS file: /cvsroot/winbash/winbash/.build,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- .build 11 Mar 2002 14:32:11 -0000 1.10 +++ .build 14 Mar 2002 02:30:39 -0000 1.11 @@ -1 +1 @@ -5 +9 Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- version.h 11 Mar 2002 14:32:13 -0000 1.10 +++ version.h 14 Mar 2002 02:30:39 -0000 1.11 @@ -8,9 +8,9 @@ #define PATCHLEVEL 7 /* The last built version of this shell. */ -#define BUILDVERSION 5 +#define BUILDVERSION 9 /* A version string for use by sccs and the what command. */ -#define SCCSVERSION "@(#)Bash version 1.14.7(5) GNU" +#define SCCSVERSION "@(#)Bash version 1.14.7(9) GNU" |