diff options
author | William Deegan <bill@baddogconsulting.com> | 2011-01-26 06:57:00 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2011-01-26 06:57:00 (GMT) |
commit | a7c8d242d950064970ddd69e5e5577511e47d850 (patch) | |
tree | 0cb086ed598f7315a73ab13d8bc83d3b50391cc0 /QMTest | |
parent | 014b60fc30a50dde8cb87ca3d17eabbfdcc3a49a (diff) | |
download | SCons-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.py | 2 |
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) |