From: Guillermo J. Rozas <edu/mit/csail/zurich/gjr> Date: Tue, 16 Nov 1993 04:53:48 +0000 (+0000) Subject: Changes to cmpint.c, psbtobin.c, and bintopsb.c to allow moving X-Git-Tag: 20090517-FFI~7499 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9abc71d42ad37d56d5480891b38726e406f0d650;p=mit-scheme.git 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. --- 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