projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1497419
)
Update current copyright year.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 31 Jan 2008 03:49:49 +0000
(
03:49
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 31 Jan 2008 03:49:49 +0000
(
03:49
+0000)
v7/src/runtime/version.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/version.scm
b/v7/src/runtime/version.scm
index 44185f5e6144ce88a376cf3c3ec9277cb5866874..5af50a976796d9f19ee31a108f247cc26de6ca84 100644
(file)
--- a/
v7/src/runtime/version.scm
+++ b/
v7/src/runtime/version.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: version.scm,v 14.22
4 2008/01/30 20:02:37
cph Exp $
+$Id: version.scm,v 14.22
5 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 200
7
)
+ (let ((now 200
8
)
(then 1986))
(iota (+ (- now then) 1) then)))
(add-subsystem-identification! "Release" '(7 7 90 "+"))