Change release version to 7.7.90 for test release.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Sep 2003 16:51:59 +0000 (16:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Sep 2003 16:51:59 +0000 (16:51 +0000)
v7/doc/ref-manual/scheme.texinfo
v7/src/runtime/version.scm

index 6d8bed9cdbbc2d934ef93e5f36e677f82af7e773..c8a38636bf97c9eba7a59db723baab7880c7f169 100644 (file)
@@ -2,7 +2,7 @@
 @iftex
 @finalout
 @end iftex
-@comment $Id: scheme.texinfo,v 1.124 2003/04/15 03:35:33 cph Exp $
+@comment $Id: scheme.texinfo,v 1.125 2003/09/18 16:51:59 cph Exp $
 @comment %**start of header (This is for running Texinfo on a region.)
 @setfilename scheme.info
 @settitle MIT/GNU Scheme Reference
@@ -52,8 +52,8 @@ Free Documentation License".
 @titlepage
 @title{MIT/GNU Scheme Reference Manual}
 @subtitle Edition 1.99
-@subtitle for Scheme Release 7.8.0
-@subtitle 14 April 2003
+@subtitle for Scheme Release 7.7.90
+@subtitle 18 September 2003
 @author by Chris Hanson
 @author the MIT Scheme Team
 @author and a cast of thousands
index b1e86c83d1a3efac865cc6a5e249598ee9a16c02..bb1e6870809250d226da17b5d91cda220e805a6a 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.214 2003/07/22 02:32:34 cph Exp $
+$Id: version.scm,v 14.215 2003/09/18 16:50:53 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 0))
+  (add-subsystem-identification! "Release" '(7 7 90))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
   (add-subsystem-identification! "Runtime" '(15 3)))