From c164e246b480568c9dbdc567edb213b9a1bd3318 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 25 Apr 2003 03:57:00 +0000 Subject: [PATCH] Update version for impending release. --- v7/src/microcode/version.h | 4 ++-- v7/src/runtime/version.scm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/version.h b/v7/src/microcode/version.h index 937c9daa3..21ce7ff7c 100644 --- a/v7/src/microcode/version.h +++ b/v7/src/microcode/version.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: version.h,v 11.188 2003/02/14 18:28:24 cph Exp $ +$Id: version.h,v 11.189 2003/04/25 03:57:00 cph Exp $ Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology Copyright 1993,1994,1995,1996,1997,1999 Massachusetts Institute of Technology @@ -30,7 +30,7 @@ USA. /* Scheme system release version */ #ifndef SCHEME_RELEASE -# define SCHEME_RELEASE "7.7.2" +# define SCHEME_RELEASE "7.8.0" #endif /* Microcode release version */ diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index e6c94fbef..adfe1e84e 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.212 2003/02/14 18:28:34 cph Exp $ +$Id: version.scm,v 14.213 2003/04/25 03:56:40 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 2 "pre")) + (add-subsystem-identification! "Release" '(7 8 0)) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 3))) -- 2.25.1