[Winbash-checkins] CVS: winbash .build,1.12,1.13 version.h,1.12,1.13
Brought to you by:
enricobrunetta,
xks
From: kevin s. <xk...@us...> - 2002-03-25 10:57:29
|
Update of /cvsroot/winbash/winbash In directory usw-pr-cvs1:/tmp/cvs-serv10444 Modified Files: .build version.h Log Message: now using readline 4.2 Index: .build =================================================================== RCS file: /cvsroot/winbash/winbash/.build,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- .build 20 Mar 2002 02:09:54 -0000 1.12 +++ .build 25 Mar 2002 10:57:25 -0000 1.13 @@ -1 +1 @@ -24 +34 Index: version.h =================================================================== RCS file: /cvsroot/winbash/winbash/version.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- version.h 20 Mar 2002 02:09:55 -0000 1.12 +++ version.h 25 Mar 2002 10:57:25 -0000 1.13 @@ -1,16 +1,16 @@ -/* Version control for the shell. This file gets changed when you say - `make newversion' to the Makefile. It is created by newversion.aux. */ - -/* The distribution version number of this shell. */ -#define DISTVERSION "1.14" - -/* The patch level of this version of the shell. */ -#define PATCHLEVEL 7 - -/* The last built version of this shell. */ -#define BUILDVERSION 24 - -/* A version string for use by sccs and the what command. */ - -#define SCCSVERSION "@(#)Bash version 1.14.7(24) GNU" - +/* Version control for the shell. This file gets changed when you say + `make newversion' to the Makefile. It is created by newversion.aux. */ + +/* The distribution version number of this shell. */ +#define DISTVERSION "1.14" + +/* The patch level of this version of the shell. */ +#define PATCHLEVEL 7 + +/* The last built version of this shell. */ +#define BUILDVERSION 34 + +/* A version string for use by sccs and the what command. */ + +#define SCCSVERSION "@(#)Bash version 1.14.7(34) GNU" + |