summaryrefslogtreecommitdiffstats
path: root/test/option-v.py
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)
commitbb1c936e7669cdf489087ae33989c97ee560169a (patch)
treeed8516e05c6e335415c8993f18f5c98b1458dc69 /test/option-v.py
parent0012fb93592da7bef839ec5ed26ee6ec731d7d86 (diff)
downloadSCons-0.98.0.zip
SCons-0.98.0.tar.gz
SCons-0.98.0.tar.bz2
Merged revisions 2720-2724 via svnmerge from0.98.0
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 'test/option-v.py')
-rw-r--r--test/option-v.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option-v.py b/test/option-v.py
index 55278ab..433d6d0 100644
--- a/test/option-v.py
+++ b/test/option-v.py
@@ -38,7 +38,7 @@ test.write('SConstruct', "")
# by the packaging build.
copyright_marker = '__' + 'COPYRIGHT' + '__'
-copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
fmt = '(%s|Copyright \\(c\\) %s The SCons Foundation)\n'