From: Chris Hanson Date: Tue, 21 Dec 1999 18:52:57 +0000 (+0000) Subject: Update version for pending release. X-Git-Tag: 20090517-FFI~4399 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=322b661abb9d7e231ecb0bf6848d54a471a70ba5;p=mit-scheme.git Update version for pending release. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 87e997444..10a5c4246 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.163 1999/04/07 04:01:55 cph Exp $ +$Id: version.h,v 11.164 1999/12/21 18:52:57 cph Exp $ Copyright (c) 1988-1999 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.5a" +#define RELEASE "7.5pre1" #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 163 +#define SUBVERSION 164 #endif