Update release number.
authorChris Hanson <org/chris-hanson/cph>
Tue, 12 Oct 2004 22:42:49 +0000 (22:42 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 12 Oct 2004 22:42:49 +0000 (22:42 +0000)
v7/src/runtime/version.scm

index 287dfd890c44b05e7631e853510c8e2cf7c67549..3783d97bdd51a3a1c77f556467bead42c6a90588 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.217 2004/02/16 05:40:46 cph Exp $
+$Id: version.scm,v 14.218 2004/10/12 22:42:49 cph Exp $
 
 Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology
 Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology
@@ -31,7 +31,7 @@ USA.
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 7 91 "pre"))
+  (add-subsystem-identification! "Release" '(7 7 91))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(15 5)))