From 9abc71d42ad37d56d5480891b38726e406f0d650 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 16 Nov 1993 04:53:48 +0000 Subject: [PATCH] Changes to cmpint.c, psbtobin.c, and bintopsb.c to allow moving C-back-end bands to machines with a different word size. Bump version number. --- v7/src/microcode/version.h | 6 +++--- v8/src/microcode/version.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index bb1347d0e..1e0c8c68d 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.145 1993/11/08 20:58:27 cph Exp $ +$Id: version.h,v 11.146 1993/11/16 04:53:48 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.2.0 (alpha)" +#define RELEASE "7.3.0 (beta)" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 145 +#define SUBVERSION 146 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index bb1347d0e..1e0c8c68d 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.145 1993/11/08 20:58:27 cph Exp $ +$Id: version.h,v 11.146 1993/11/16 04:53:48 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. */ /* Scheme system release version */ #ifndef RELEASE -#define RELEASE "7.2.0 (alpha)" +#define RELEASE "7.3.0 (beta)" #endif /* Microcode release version */ @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 145 +#define SUBVERSION 146 #endif -- 2.25.1