From: Chris Hanson Date: Sat, 14 Oct 2000 00:57:28 +0000 (+0000) Subject: Update version number of runtime system to reflect change to semantics X-Git-Tag: 20090517-FFI~3270 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=966725f3b1efb22e3f0a30966632236df4bb9e05;p=mit-scheme.git Update version number of runtime system to reflect change to semantics of internal definitions. Update release number because it's time to do another release. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index e3b24cabe..8fc1a9432 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.187 2000/06/30 19:21:28 cph Exp $ +$Id: version.scm,v 14.188 2000/10/14 00:57:28 cph Exp $ Copyright (c) 1988-2000 Massachusetts Institute of Technology @@ -25,10 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (declare (usual-integrations)) (define (initialize-package!) - (add-subsystem-identification! "Release" '(7 5 9)) + (add-subsystem-identification! "Release" '(7 5 10)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-subsystem-identification! "Runtime" '(14 183))) + (add-subsystem-identification! "Runtime" '(14 184))) (define (snarf-microcode-version!) (add-subsystem-identification! "Microcode"