summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2011-01-26 06:57:00 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2011-01-26 06:57:00 (GMT)
commita7c8d242d950064970ddd69e5e5577511e47d850 (patch)
tree0cb086ed598f7315a73ab13d8bc83d3b50391cc0 /SConstruct
parent014b60fc30a50dde8cb87ca3d17eabbfdcc3a49a (diff)
downloadSCons-a7c8d242d950064970ddd69e5e5577511e47d850.zip
SCons-a7c8d242d950064970ddd69e5e5577511e47d850.tar.gz
SCons-a7c8d242d950064970ddd69e5e5577511e47d850.tar.bz2
Fix test/update-release-info/update-release-info.py to work in the year 2011
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0a8e93b..34ee6ae 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@
# When this gets changed, you must also change the copyright_years string
# in QMTest/TestSCons.py so the test scripts look for the right string.
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011'
# This gets inserted into the man pages to reflect the month of release.
month_year = 'MONTH YEAR'