Change release version to something reasonable for snapshots.
authorChris Hanson <org/chris-hanson/cph>
Sun, 20 Mar 2005 16:12:39 +0000 (16:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 20 Mar 2005 16:12:39 +0000 (16:12 +0000)
v7/src/runtime/version.scm

index 738c891756b6f961add4d786cfe1855d37457c4c..82a1670f437dd2de3a7ff2a57f7fe91cc1a706d9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.219 2004/11/18 18:16:13 cph Exp $
+$Id: version.scm,v 14.220 2005/03/20 16:12:39 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))
+  (add-subsystem-identification! "Release" '(7 7 90 "+"))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(15 6)))