From: Chris Hanson Date: Thu, 31 Jan 2008 03:49:49 +0000 (+0000) Subject: Update current copyright year. X-Git-Tag: 20090517-FFI~366 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=b2a470dc5e46121397a668ef1d87fd9a80a4e96c;p=mit-scheme.git Update current copyright year. --- diff --git a/v7/src/runtime/version.scm b/v7/src/runtime/version.scm index 44185f5e6..5af50a976 100644 --- a/v7/src/runtime/version.scm +++ b/v7/src/runtime/version.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: version.scm,v 14.224 2008/01/30 20:02:37 cph Exp $ +$Id: version.scm,v 14.225 2008/01/31 03:49:49 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -34,7 +34,7 @@ USA. (define (initialize-package!) (set! copyright-years - (let ((now 2007) + (let ((now 2008) (then 1986)) (iota (+ (- now then) 1) then))) (add-subsystem-identification! "Release" '(7 7 90 "+"))