summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-03-31 19:49:37 (GMT)
committerSteven Knight <knight@baldmt.com>2008-03-31 19:49:37 (GMT)
commit3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2 (patch)
treeed8516e05c6e335415c8993f18f5c98b1458dc69 /SConstruct
parent8a201fe36c6b3ee53892b43efd2a21e967a5fc19 (diff)
downloadSCons-3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2.zip
SCons-3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2.tar.gz
SCons-3aaaa6c6344cf81eeab0f1b19ae96391dac3bfd2.tar.bz2
Merged revisions 2720-2724 via svnmerge from
http://scons.tigris.org/svn/scons/branches/core ........ r2722 | stevenknight | 2008-03-31 11:51:25 -0700 (Mon, 31 Mar 2008) | 2 lines Update the copyright year. ........ r2723 | stevenknight | 2008-03-31 11:56:25 -0700 (Mon, 31 Mar 2008) | 2 lines Windows portability fixes in tests (mostly with absolute path handling). ........ r2724 | stevenknight | 2008-03-31 12:44:37 -0700 (Mon, 31 Mar 2008) | 2 lines Update publication month (way out of date). ........
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 226513b..6614089 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,10 +6,10 @@
# When this gets changed, you also need to change test/option-v.py
# so it looks for the right string.
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'January 2007'
+month_year = 'March 2008'
#
# __COPYRIGHT__