#| -*-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
(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"
#| -*-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
(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