From: Chris Hanson Date: Fri, 5 Jul 1991 23:32:02 +0000 (+0000) Subject: Changes to fix `dstack_set_position' bug. X-Git-Tag: 20090517-FFI~10481 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=532ad04b65cd25a1eb0cbb1133ee8d089eff069c;p=mit-scheme.git Changes to fix `dstack_set_position' bug. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 4b9e5fc86..a2d42baf3 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 11.85 1991/07/02 18:18:24 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.86 1991/07/05 23:32:02 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 85 +#define SUBVERSION 86 #endif diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 21750ffad..c5a296668 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 11.85 1991/07/02 18:18:24 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.86 1991/07/05 23:32:02 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -46,5 +46,5 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 85 +#define SUBVERSION 86 #endif