From: Chris Hanson Date: Tue, 28 Nov 2000 18:28:05 +0000 (+0000) Subject: Update to reflect bug fix to purify in bchscheme. X-Git-Tag: 20090517-FFI~3184 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d5be54927c7edeb7251ba8d753a9e40eb0fbd503;p=mit-scheme.git Update to reflect bug fix to purify in bchscheme. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 363fad38e..1f6fac4e8 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.174 2000/10/16 17:22:18 cph Exp $ +$Id: version.h,v 11.175 2000/11/28 18:28:05 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -24,7 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.5.8" +#define RELEASE "7.5.11" #endif /* Microcode release version */ @@ -33,5 +33,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 170 +#define SUBVERSION 171 #endif