Update version to reflect impending release.
authorChris Hanson <org/chris-hanson/cph>
Fri, 30 Jun 2000 19:23:15 +0000 (19:23 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 30 Jun 2000 19:23:15 +0000 (19:23 +0000)
v7/src/imail/load.scm
v7/src/runtime/version.scm

index 6d0072b9321536dcb9470c5f1254aa7abf8b4bb9..61e1100ac13019b51a236b652cdb8595bb03fe62 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: load.scm,v 1.18 2000/06/16 17:56:24 cph Exp $
+;;; $Id: load.scm,v 1.19 2000/06/30 19:23:15 cph Exp $
 ;;;
 ;;; Copyright (c) 1999-2000 Massachusetts Institute of Technology
 ;;;
@@ -27,4 +27,4 @@
   (lambda ()
     (fluid-let ((*allow-package-redefinition?* #t))
       (package/system-loader "imail" '() 'QUERY))))
-(add-subsystem-identification! "IMAIL" '(1 3))
\ No newline at end of file
+(add-subsystem-identification! "IMAIL" '(1 4))
\ No newline at end of file
index 6cf8a5fcd60b5a93ba3dc5dfc08e28403963bd0e..e3b24cabe983caf0eaa360d7bddce3e41384b6e5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.186 2000/05/01 03:09:45 cph Exp $
+$Id: version.scm,v 14.187 2000/06/30 19:21:28 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -25,10 +25,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 5 8))
+  (add-subsystem-identification! "Release" '(7 5 9))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-subsystem-identification! "Runtime" '(14 182)))
+  (add-subsystem-identification! "Runtime" '(14 183)))
 
 (define (snarf-microcode-version!)
   (add-subsystem-identification! "Microcode"