From: Chris Hanson Date: Fri, 17 Mar 2000 18:18:23 +0000 (+0000) Subject: Update to release 7.5.5. X-Git-Tag: 20090517-FFI~4194 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=416b8b290437841785472d8c6f72d58fc71985a6;p=mit-scheme.git Update to release 7.5.5. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 939e42300..720591cb8 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.182 2000/03/16 17:26:10 cph Exp $ +$Id: version.scm,v 14.183 2000/03/17 18:18:23 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -25,7 +25,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (declare (usual-integrations)) (define (initialize-package!) - (add-subsystem-identification! "Release" '(7 5 4)) + (add-subsystem-identification! "Release" '(7 5 5)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(14 181)))