From: Chris Hanson Date: Sun, 20 Mar 2005 16:12:39 +0000 (+0000) Subject: Change release version to something reasonable for snapshots. X-Git-Tag: 20090517-FFI~1357 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ac244b12a888b90b1424e1158a6dc2f85e2e194e;p=mit-scheme.git Change release version to something reasonable for snapshots. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 738c89175..82a1670f4 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.219 2004/11/18 18:16:13 cph Exp $ +$Id: version.scm,v 14.220 2005/03/20 16:12:39 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 91)) + (add-subsystem-identification! "Release" '(7 7 90 "+")) (snarf-microcode-version!) (add-event-receiver! event:after-restore snarf-microcode-version!) (add-subsystem-identification! "Runtime" '(15 6)))