From 61daa06938b0b60507f068655051d32ef0876f95 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 16 Mar 2001 20:20:03 +0000 Subject: [PATCH] Update for next release. --- v7/src/edwin/make.scm | 7 ++++--- v7/src/runtime/version.scm | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/v7/src/edwin/make.scm b/v7/src/edwin/make.scm index abe274221..f829904e3 100644 --- a/v7/src/edwin/make.scm +++ b/v7/src/edwin/make.scm @@ -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 diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index d0407e676..a92c4a32d 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -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" -- 2.25.1