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