From: Mark Friedman Date: Tue, 16 Aug 1988 18:10:16 +0000 (+0000) Subject: Slight typo in &= definition fixed. X-Git-Tag: 20090517-FFI~12607 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0ec06f5517d2d5382309215461f44ae88df5b7bb;p=mit-scheme.git Slight typo in &= definition fixed. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 1a51ad90e..1735f12a6 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.49 1988/08/15 20:58:07 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 10.50 1988/08/16 18:10:16 markf Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 49 +#define SUBVERSION 50 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 4e2d973df..6b64c8f29 100644 --- a/v8/src/microcode/version.h +++ b/v8/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.49 1988/08/15 20:58:07 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 10.50 1988/08/16 18:10:16 markf Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 10 #endif #ifndef SUBVERSION -#define SUBVERSION 49 +#define SUBVERSION 50 #endif #ifndef UCODE_TABLES_FILENAME