From: Chris Hanson Date: Mon, 28 Jan 2002 20:24:00 +0000 (+0000) Subject: Update release version to reflect that next release will be 7.7.0 X-Git-Tag: 20090517-FFI~2288 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e9bd6f8ac1970aef90b58a68e34e4c20c3ff52df;p=mit-scheme.git Update release version to reflect that next release will be 7.7.0 rather than 7.6.1. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 3bf7f1ef5..041d60916 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.204 2001/12/17 17:40:59 cph Exp $ +$Id: version.scm,v 14.205 2002/01/28 20:24:00 cph Exp $ -Copyright (c) 1988-2001 Massachusetts Institute of Technology +Copyright (c) 1988-2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (declare (usual-integrations)) (define (initialize-package!) - (add-subsystem-identification! "Release" '(7 6 1 "pre")) + (add-subsystem-identification! "Release" '(7 7 0 "pre")) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(14 193)))