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 /SConstruct | |
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 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' +copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011' # This gets inserted into the man pages to reflect the month of release. month_year = 'MONTH YEAR' |