diff options
author | William Deegan <bill@baddogconsulting.com> | 2010-01-19 05:59:03 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2010-01-19 05:59:03 (GMT) |
commit | bf296710383d7b1a744b62a007041c677583ad6a (patch) | |
tree | 60cc1567364d74f85e24f866952e799167288f49 /QMTest | |
parent | 3d4e4224d0a2b66cd0a9896cac16a785b2629f4c (diff) | |
download | SCons-bf296710383d7b1a744b62a007041c677583ad6a.zip SCons-bf296710383d7b1a744b62a007041c677583ad6a.tar.gz SCons-bf296710383d7b1a744b62a007041c677583ad6a.tar.bz2 |
Merge back from checkpoint.
Need to regenerate the .xml files.
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 ce01174..d8dda8a 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -52,7 +52,7 @@ from TestCommon import __all__ default_version = '1.2.0' -copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009' +copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010' # In the checked-in source, the value of SConsVersion in the following # line must remain "__ VERSION __" (without the spaces) so the built |