Update for next release.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Mar 2001 20:20:03 +0000 (20:20 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Mar 2001 20:20:03 +0000 (20:20 +0000)
v7/src/edwin/make.scm
v7/src/runtime/version.scm

index abe274221e56352e833143543fbf8e76acfb8947..f829904e3c17761bd5132812e1e938bb912d203e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 3.106 2001/02/28 20:03:21 cph Exp $
+$Id: make.scm,v 3.107 2001/03/16 20:20:03 cph Exp $
 
 Copyright (c) 1989-2001 Massachusetts Institute of Technology
 
@@ -16,7 +16,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
 |#
 
 ;;;; Edwin: System Construction
@@ -45,4 +46,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
                                     ((UNIX) "edwinunx")
                                     (else "edwinunk"))))))
        'QUERY)))))
-(add-identification! "Edwin" 3 107)
\ No newline at end of file
+(add-identification! "Edwin" 3 108)
\ No newline at end of file
index d0407e67681735f0e1879de8df4a8cda5f56431d..a92c4a32dc439ec827c2cdf239530ab5c8e2ff17 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: version.scm,v 14.193 2001/03/08 18:43:13 cph Exp $
+$Id: version.scm,v 14.194 2001/03/16 20:19:12 cph Exp $
 
 Copyright (c) 1988-2001 Massachusetts Institute of Technology
 
@@ -16,7 +16,8 @@ General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+02111-1307, USA.
 |#
 
 ;;;; Runtime System Version Information
@@ -25,10 +26,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 (declare (usual-integrations))
 
 (define (initialize-package!)
-  (add-subsystem-identification! "Release" '(7 5 15))
+  (add-subsystem-identification! "Release" '(7 5 16))
   (snarf-microcode-version!)
   (add-event-receiver! event:after-restore snarf-microcode-version!)
-  (add-subsystem-identification! "Runtime" '(14 187)))
+  (add-subsystem-identification! "Runtime" '(14 188)))
 
 (define (snarf-microcode-version!)
   (add-subsystem-identification! "Microcode"