Update version for post-7.7.1 changes.
authorChris Hanson <org/chris-hanson/cph>
Wed, 26 Jun 2002 03:35:32 +0000 (03:35 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 26 Jun 2002 03:35:32 +0000 (03:35 +0000)
v7/src/runtime/version.scm
v7/src/win32/make.scm

index c9226d9464c283878395337d8cb64117440a3e46..e74c70012ca354342b8360dca8568a773d4c19eb 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.208 2002/06/17 16:10:01 cph Exp $
+$Id: version.scm,v 14.209 2002/06/26 03:35:03 cph Exp $
 
 Copyright (c) 1988-2002 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 7 1))
+  (add-subsystem-identification! "Release" '(7 7 2 "pre"))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-subsystem-identification! "Runtime" '(15 1)))
+  (add-subsystem-identification! "Runtime" '(15 2)))
 
 (define (snarf-microcode-version!)
   (add-subsystem-identification! "Microcode"
index 3e4e8bccd8c93ca7033bf87395812f1a384f58b7..12524183c55fc51a74ab9a3db108491267383c8e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.10 2002/02/03 04:41:22 cph Exp $
+$Id: make.scm,v 1.11 2002/06/26 03:35:32 cph Exp $
 
 Copyright (c) 1993-1999, 2001, 2002 Massachusetts Institute of Technology
 
@@ -32,4 +32,4 @@ USA.
      (pathname-as-directory "win32")
      (lambda ()
        (load-package-set "win32")))))
-(add-identification! "Win32" 1 6)
\ No newline at end of file
+(add-identification! "Win32" 1 7)
\ No newline at end of file