Bump version number and current year.
authorChris Hanson <org/chris-hanson/cph>
Sun, 20 Mar 2011 05:59:34 +0000 (22:59 -0700)
committerChris Hanson <org/chris-hanson/cph>
Sun, 20 Mar 2011 05:59:34 +0000 (22:59 -0700)
src/runtime/version.scm

index 1c41f1eefec764bc411772a9a0c0cce61664c40b..4dea3df7a0ab8528550d61def4486f0e99201207 100644 (file)
@@ -2,7 +2,8 @@
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-    2006, 2007, 2008, 2009, 2010 Massachusetts Institute of Technology
+    2006, 2007, 2008, 2009, 2010, 2011 Massachusetts Institute of
+    Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -33,10 +34,10 @@ USA.
 (add-boot-init!
  (lambda ()
    (set! copyright-years
-        (let ((now 2010)
+        (let ((now 2011)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(9 1))
+   (add-subsystem-identification! "Release" '(9 1))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 7))))