From 044f6d8ff6ea6cb1e3788febdb3d101b8c8c5c7a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Feb 2004 05:40:46 +0000 Subject: [PATCH] Bump version to reflect major change. --- v7/src/runtime/version.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 71f9acdcf..287dfd890 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.216 2004/01/16 20:37:43 cph Exp $ +$Id: version.scm,v 14.217 2004/02/16 05:40:46 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1995,1996,1997,1998,1999,2000 Massachusetts Institute of Technology @@ -34,7 +34,7 @@ USA. (add-subsystem-identification! "Release" '(7 7 91 "pre")) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) - (add-subsystem-identification! "Runtime" '(15 4))) + (add-subsystem-identification! "Runtime" '(15 5))) (define (snarf-microcode-version!) (add-subsystem-identification! "Microcode" -- 2.25.1