diff options
author | William Deegan <bill@baddogconsulting.com> | 2012-01-16 23:34:01 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2012-01-16 23:34:01 (GMT) |
commit | 33513598e2677b1192604f777a9b767c69c32041 (patch) | |
tree | d98db55d8915cf56160cb77af06043276fd87036 /QMTest | |
parent | a7fba7d799b848dd482e2925f2beb002bdd7eac6 (diff) | |
download | SCons-33513598e2677b1192604f777a9b767c69c32041.zip SCons-33513598e2677b1192604f777a9b767c69c32041.tar.gz SCons-33513598e2677b1192604f777a9b767c69c32041.tar.bz2 |
Add 2012 to the copyright year list
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 27cfcb8..4f04a48 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, 2011' +copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012' python_version_unsupported = (2, 3, 0) python_version_deprecated = (2, 4, 0) |