diff options
author | scons <bill+scons@baddogconsulting.com> | 2012-01-16 23:39:22 (GMT) |
---|---|---|
committer | scons <bill+scons@baddogconsulting.com> | 2012-01-16 23:39:22 (GMT) |
commit | d7c759d9c4dff2732e732b43bb09ba6460089c3d (patch) | |
tree | bc90b2135c7a3f35243182efcaa984f2152de6f5 | |
parent | bd7d123c420fb580b8339c976fec607ff93bfd8e (diff) | |
parent | 33513598e2677b1192604f777a9b767c69c32041 (diff) | |
download | SCons-d7c759d9c4dff2732e732b43bb09ba6460089c3d.zip SCons-d7c759d9c4dff2732e732b43bb09ba6460089c3d.tar.gz SCons-d7c759d9c4dff2732e732b43bb09ba6460089c3d.tar.bz2 |
Merged in bdbaddog/scons (pull request #6)
-rw-r--r-- | QMTest/TestSCons.py | 2 | ||||
-rw-r--r-- | SConstruct | 2 |
2 files changed, 2 insertions, 2 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) @@ -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, 2011' +copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012' # This gets inserted into the man pages to reflect the month of release. month_year = 'MONTH YEAR' |