Add support for loading packed binaries.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 22 May 1992 23:58:56 +0000 (23:58 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Fri, 22 May 1992 23:58:56 +0000 (23:58 +0000)
v7/src/runtime/version.scm

index be7cc730bd11582c2789c1137365fc908f84f78d..940d017f001691580dbfb77455933c4bba8d97dd 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.150 1992/04/16 05:13:13 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/version.scm,v 14.151 1992/05/22 23:58:56 jinx Exp $
 
 Copyright (c) 1988-1992 Massachusetts Institute of Technology
 
@@ -45,7 +45,7 @@ MIT in each case. |#
                     '()))
   (add-system! microcode-system)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-identification! "Runtime" 14 150))
+  (add-identification! "Runtime" 14 151))
 
 (define microcode-system)