From 287766c1b9c1246c7fec770612919024fa23cf5f Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 4 Nov 1995 05:59:35 +0000 Subject: [PATCH] Update for release. --- v7/src/microcode/version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index fc37c2837..6ece0f99e 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.150 1995/05/20 10:30:45 cph Exp $ +$Id: version.h,v 11.151 1995/11/04 05:59:35 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.4.1 (alpha)" +#define RELEASE "7.4.2" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 150 +#define SUBVERSION 151 #endif -- 2.25.1