From 60d14a43d2f86f1cf878903ff533544d06340cab Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 9 May 1996 17:01:38 +0000 Subject: [PATCH] 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. --- 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 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 -- 2.25.1