From f0ceb567be63096edd2d99e078ecf17cf535bda8 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Wed, 10 Nov 2010 19:17:55 +0000
Subject: [PATCH] Update bootfiles version from 20a to 20b.  There won't be
 anymore bootfiles for 20a.

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

diff --git a/tools/build.sh b/tools/build.sh
index 2ea211536..d41e99f66 100755
--- a/tools/build.sh
+++ b/tools/build.sh
@@ -32,14 +32,14 @@
 #
 # For more information see src/BUILDING.
 #
-# $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/build.sh,v 1.37 2010/11/03 15:11:57 rtoy Exp $
+# $Header: /Volumes/share2/src/cmucl/cvs2git/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'`"
-- 
GitLab