From: Chris Hanson Date: Mon, 1 Feb 1999 03:30:24 +0000 (+0000) Subject: Increment runtime version to account for subprocess changes. X-Git-Tag: 20090517-FFI~4652 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2e9ae6100acbb172febd51f6b6141551f7b1d497;p=mit-scheme.git Increment runtime version to account for subprocess changes. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index b50a84e1e..1814e4af9 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.177 1999/01/03 05:19:45 cph Exp $ +$Id: version.scm,v 14.178 1999/02/01 03:30:24 cph Exp $ Copyright (c) 1988-1999 Massachusetts Institute of Technology @@ -27,7 +27,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (define (initialize-package!) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-identification! "Runtime" 14 177)) + (add-identification! "Runtime" 14 178)) (define (snarf-microcode-version!) (add-identification! "Microcode"