From: Guillermo J. Rozas Date: Mon, 4 Dec 1989 21:46:27 +0000 (+0000) Subject: New compiled code interface. X-Git-Tag: 20090517-FFI~11638 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0e8793c36027b0115d49403429cf569b9af81751;p=mit-scheme.git New compiled code interface. --- diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 53eaeba9b..041e8e54c 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.12 1989/11/30 03:04:15 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/version.h,v 11.13 1989/12/04 21:46:27 jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 12 +#define SUBVERSION 13 #endif #ifndef UCODE_TABLES_FILENAME diff --git a/v8/src/microcode/version.h b/v8/src/microcode/version.h index 15b706023..58f6a329a 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.12 1989/11/30 03:04:15 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/version.h,v 11.13 1989/12/04 21:46:27 jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -46,7 +46,7 @@ MIT in each case. */ #define VERSION 11 #endif #ifndef SUBVERSION -#define SUBVERSION 12 +#define SUBVERSION 13 #endif #ifndef UCODE_TABLES_FILENAME