From 158a6f0a7492a5fd4bd0f02a76d92adbc1b45f11 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 21 Jun 1988 05:51:30 +0000 Subject: [PATCH] Variety of changes to condition system, to generalize error reporting mechanism. Trivial change to continuation parser. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index e83578d66..0fcf84cf9 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.5 1988/06/16 06:40:12 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.6 1988/06/21 05:51:30 cph Exp $ Copyright (c) 1988 Massachusetts Institute of Technology @@ -40,4 +40,4 @@ MIT in each case. |# (define (initialize-package!) (add-identification! "Microcode" microcode-id/version microcode-id/modification) - (add-identification! "Runtime" 14 5)) \ No newline at end of file + (add-identification! "Runtime" 14 6)) \ No newline at end of file -- 2.25.1