Update for post-release changes.
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 18:27:16 +0000 (18:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jul 2001 18:27:16 +0000 (18:27 +0000)
v7/src/runtime/version.scm

index f141fbd552b78486a44487b8604890260e6f34c2..b22be57a15c38bd6127417811eecde9c22652e2f 100644 (file)
@@ -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)))