Update of /cvsroot/winbash/winbash
In directory usw-pr-cvs1:/tmp/cvs-serv1601
Modified Files:
.build version.h
Log Message:
update build/version
Index: .build
===================================================================
RCS file: /cvsroot/winbash/winbash/.build,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- .build 11 Mar 2002 04:50:29 -0000 1.8
+++ .build 11 Mar 2002 04:56:11 -0000 1.9
@@ -1 +1 @@
-8
+1
Index: version.h
===================================================================
RCS file: /cvsroot/winbash/winbash/version.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- version.h 11 Mar 2002 04:50:29 -0000 1.7
+++ version.h 11 Mar 2002 04:56:11 -0000 1.8
@@ -8,9 +8,9 @@
#define PATCHLEVEL 6
/* The last built version of this shell. */
-#define BUILDVERSION 8
+#define BUILDVERSION 1
/* A version string for use by sccs and the what command. */
-#define SCCSVERSION "@(#)Bash version 1.14.6(8) GNU"
+#define SCCSVERSION "@(#)Bash version 1.14.6(1) GNU"
|