[Winbash-checkins] CVS: winbash .build,1.3,1.4 version.h,1.2,1.3
Brought to you by:
enricobrunetta,
xks
From: Enrico B. <enr...@us...> - 2002-03-10 15:54:14
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv26197 Modified Files: .build version.h Log Message: re-added inclusion of nt_types in builtins Index: .build =================================================================== RCS file: /cvsroot/winbash/winbash/.build,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- .build 9 Mar 2002 16:58:09 -0000 1.3 +++ .build 10 Mar 2002 15:54:10 -0000 1.4 @@ -1 +1 @@ -10 +1 Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- version.h 9 Mar 2002 16:58:09 -0000 1.2 +++ version.h 10 Mar 2002 15:54:10 -0000 1.3 @@ -8,9 +8,9 @@ #define PATCHLEVEL 3 /* The last built version of this shell. */ -#define BUILDVERSION 10 +#define BUILDVERSION 1 /* A version string for use by sccs and the what command. */ -#define SCCSVERSION "@(#)Bash version 1.14.3(10) GNU" +#define SCCSVERSION "@(#)Bash version 1.14.3(1) GNU" |