summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-20 14:06:14 +0000
committerSteven Knight <knight@baldmt.com>2009-01-20 14:06:14 +0000
commit7e9ed62d0c6d93c2e298646a0f0f234a31ab146b (patch)
tree2348f0b053d22c8e0664912e93cbce78a223fa37 /SConstruct
parent2c6e756dcc3a460bcffa1cd036c50d0baee18d5e (diff)
downloadscons-7e9ed62d0c6d93c2e298646a0f0f234a31ab146b.tar.gz
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 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 4b386299..0ddbf5b9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'December 2008'
+month_year = 'January 2009'
#
# __COPYRIGHT__