summaryrefslogtreecommitdiffstats
path: root/QMTest
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 /QMTest
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 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 02fd669..17a2018 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -33,7 +33,7 @@ from TestCommon import __all__
default_version = '2.1.0.alpha.yyyymmdd'
-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'
python_version_unsupported = (2, 3, 0)
python_version_deprecated = (2, 4, 0)