Update for release.
authorChris Hanson <org/chris-hanson/cph>
Mon, 6 Nov 1995 10:03:23 +0000 (10:03 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 6 Nov 1995 10:03:23 +0000 (10:03 +0000)
v7/src/edwin/make.scm
v7/src/runtime/version.scm

index fef4b46322956693954796305bca53d38cb22dcc..eae9b7f0b1a77f3e6dbaf4f4b3758cf89c0f967c 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.89 1995/11/01 00:56:47 cph Exp $
+$Id: make.scm,v 3.90 1995/11/06 10:03:23 cph Exp $
 
-Copyright (c) 1989-94 Massachusetts Institute of Technology
+Copyright (c) 1989-95 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -58,4 +58,4 @@ MIT in each case. |#
                                     ((UNIX) "edwinunx")
                                     (else "edwinunk"))))))
        'QUERY)))))
-(add-system! (make-system "Edwin" 3 86 '()))
\ No newline at end of file
+(add-system! (make-system "Edwin" 3 90 '()))
\ No newline at end of file
index 03844dafc10cd9c8609e29ebb58f651e3fdca1e6..f11dfeaaf6bea0236d70bb21a5c34ff863e364a8 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.167 1995/05/20 10:20:21 cph Exp $
+$Id: version.scm,v 14.168 1995/11/06 10:02:41 cph Exp $
 
-Copyright (c) 1988-1993 Massachusetts Institute of Technology
+Copyright (c) 1988-95 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -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 167))
+  (add-identification! "Runtime" 14 168))
 
 (define microcode-system)