From: Chris Hanson Date: Tue, 28 Nov 2000 18:21:53 +0000 (+0000) Subject: Update release number to 7.5.11. X-Git-Tag: 20090517-FFI~3186 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4acdd72cc04922a2ae83027ecfc9b2e701c12c1d;p=mit-scheme.git Update release number to 7.5.11. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 8fc1a9432..0d9937382 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.188 2000/10/14 00:57:28 cph Exp $ +$Id: version.scm,v 14.189 2000/11/28 18:21:53 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 10)) + (add-subsystem-identification! "Release" '(7 5 11)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(14 184)))