diff options
author | Steven Knight <knight@baldmt.com> | 2009-01-20 14:06:14 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2009-01-20 14:06:14 (GMT) |
commit | c0a257dda8673a3851ccf6547b3f60118b1077ed (patch) | |
tree | 2348f0b053d22c8e0664912e93cbce78a223fa37 /QMTest | |
parent | aacc6d0c3fb751d91f928c359ff455fa7b77500b (diff) | |
download | SCons-c0a257dda8673a3851ccf6547b3f60118b1077ed.zip SCons-c0a257dda8673a3851ccf6547b3f60118b1077ed.tar.gz SCons-c0a257dda8673a3851ccf6547b3f60118b1077ed.tar.bz2 |
Merged revisions 3848-3890,3892-3896,3898-3908 via svnmerge from
http://scons.tigris.org/svn/scons/checkpoint
........
r3892 | stevenknight | 2009-01-12 06:02:05 -0800 (Mon, 12 Jan 2009) | 2 lines
Updates for 1.2.0.d20090112 checkpoint release.
........
r3893 | stevenknight | 2009-01-12 06:07:35 -0800 (Mon, 12 Jan 2009) | 2 lines
Fix undefined reference in User's Guide build.
........
r3898 | stevenknight | 2009-01-13 02:44:25 -0800 (Tue, 13 Jan 2009) | 2 lines
Update checkpoint timestamps.
........
r3899 | stevenknight | 2009-01-13 06:45:07 -0800 (Tue, 13 Jan 2009) | 2 lines
Update expected Copyright year line used in tests.
........
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 a76c8b4..4a4941d 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -44,7 +44,7 @@ from TestCommon import __all__ default_version = '1.2.0' -copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008' +copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009' # In the checked-in source, the value of SConsVersion in the following # line must remain "__ VERSION __" (without the spaces) so the built |