From: Chris Hanson Date: Thu, 9 May 1996 17:01:38 +0000 (+0000) Subject: Change release version number from 7.4.3 to 7.5, since the former will X-Git-Tag: 20090517-FFI~5545 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=60d14a43d2f86f1cf878903ff533544d06340cab;p=mit-scheme.git Change release version number from 7.4.3 to 7.5, since the former will be needed for patches to the 7.4 release, and the current sources contain code that won't go into the 7.4 series. Also replace the "(alpha)" with "a" to be more succinct. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index e92476260..6a41faca1 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.152 1996/04/23 20:59:45 cph Exp $ +$Id: version.h,v 11.153 1996/05/09 17:01:38 cph Exp $ Copyright (c) 1988-96 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.4.3 (alpha)" +#define RELEASE "7.5a" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 152 +#define SUBVERSION 153 #endif