From: Chris Hanson Date: Tue, 23 Apr 1996 20:59:45 +0000 (+0000) Subject: Update version numbers for post-release changes. X-Git-Tag: 20090517-FFI~5601 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=47248a1b011395b105bad06282bed2023bf88fe1;p=mit-scheme.git Update version numbers for post-release changes. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 6ece0f99e..e92476260 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: version.h,v 11.151 1995/11/04 05:59:35 cph Exp $ +$Id: version.h,v 11.152 1996/04/23 20:59:45 cph Exp $ -Copyright (c) 1988-95 Massachusetts Institute of Technology +Copyright (c) 1988-96 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.4.2" +#define RELEASE "7.4.3 (alpha)" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 151 +#define SUBVERSION 152 #endif