From: Chris Hanson <org/chris-hanson/cph>
Date: Thu, 19 Jul 2001 18:27:16 +0000 (+0000)
Subject: Update for post-release changes.
X-Git-Tag: 20090517-FFI~2629
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=19f36411f84269e208234fea8dd179538d949cdf;p=mit-scheme.git

Update for post-release changes.
---

diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm
index f141fbd55..b22be57a1 100644
--- a/v7/src/runtime/version.scm
+++ b/v7/src/runtime/version.scm
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.197 2001/07/19 18:26:17 cph Exp $
+$Id: version.scm,v 14.198 2001/07/19 18:27:16 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 5 18 pre))
+  (add-subsystem-identification! "Release" '(7 5 18 "pre"))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(14 189)))