From: Chris Hanson Date: Mon, 17 Dec 2001 04:32:10 +0000 (+0000) Subject: Update to reflect that things have changed since the 7.6.0 release. X-Git-Tag: 20090517-FFI~2405 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=33777beb68ce1da28e9b7c9ee12e95deb9fee095;p=mit-scheme.git Update to reflect that things have changed since the 7.6.0 release. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 54ae30c2a..342b524ac 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.202 2001/11/14 21:11:13 cph Exp $ +$Id: version.scm,v 14.203 2001/12/17 04:32:10 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (declare (usual-integrations)) (define (initialize-package!) - (add-subsystem-identification! "Release" '(7 6 0)) + (add-subsystem-identification! "Release" '(7 6 1 "pre")) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(14 192)))