[cmucl-commit] CMUCL commit: src/tools (build.sh)

Raymond Toy rtoy at common-lisp.net
Wed Nov 10 20:17:55 CET 2010


    Date: Wednesday, November 10, 2010 @ 14:17:55
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/tools

Modified: build.sh

Update bootfiles version from 20a to 20b.  There won't be anymore
bootfiles for 20a.


----------+
 build.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Index: src/tools/build.sh
diff -u src/tools/build.sh:1.37 src/tools/build.sh:1.38
--- src/tools/build.sh:1.37	Wed Nov  3 11:11:57 2010
+++ src/tools/build.sh	Wed Nov 10 14:17:55 2010
@@ -32,14 +32,14 @@
 #
 # For more information see src/BUILDING.
 #
-# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.37 2010-11-03 15:11:57 rtoy Exp $
+# $Header: /project/cmucl/cvsroot/src/tools/build.sh,v 1.38 2010-11-10 19:17:55 rtoy Exp $
 #
 
 ENABLE2="yes"
 ENABLE3="yes"
 ENABLE4="yes"
 
-version=20a
+version=20b
 SRCDIR=src
 TOOLDIR=$SRCDIR/tools
 VERSION="CVS Head `date '+%Y-%m-%d %H:%M:%S'`"


More information about the cmucl-commit mailing list