Update version to reflect recent changes.
authorChris Hanson <org/chris-hanson/cph>
Wed, 21 Mar 2001 19:28:07 +0000 (19:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 21 Mar 2001 19:28:07 +0000 (19:28 +0000)
v7/src/edwin/make.scm
v7/src/runtime/version.scm

index f829904e3c17761bd5132812e1e938bb912d203e..c6ded61e9060168157b223ef4b2711b05fd54070 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.107 2001/03/16 20:20:03 cph Exp $
+$Id: make.scm,v 3.108 2001/03/21 19:28:07 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
@@ -46,4 +46,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
                                     ((UNIX) "edwinunx")
                                     (else "edwinunk"))))))
        'QUERY)))))
-(add-identification! "Edwin" 3 108)
\ No newline at end of file
+(add-identification! "Edwin" 3 109)
\ No newline at end of file
index a92c4a32dc439ec827c2cdf239530ab5c8e2ff17..203736a33dd7204465d459de1f6765f600605413 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.194 2001/03/16 20:19:12 cph Exp $
+$Id: version.scm,v 14.195 2001/03/21 19:27:53 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -26,10 +26,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 5 16))
+  (add-subsystem-identification! "Release" '(7 5 17 "pre"))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-subsystem-identification! "Runtime" '(14 188)))
+  (add-subsystem-identification! "Runtime" '(14 189)))
 
 (define (snarf-microcode-version!)
   (add-subsystem-identification! "Microcode"