summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2012-01-16 23:34:01 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2012-01-16 23:34:01 (GMT)
commit33513598e2677b1192604f777a9b767c69c32041 (patch)
treed98db55d8915cf56160cb77af06043276fd87036 /SConstruct
parenta7fba7d799b848dd482e2925f2beb002bdd7eac6 (diff)
downloadSCons-33513598e2677b1192604f777a9b767c69c32041.zip
SCons-33513598e2677b1192604f777a9b767c69c32041.tar.gz
SCons-33513598e2677b1192604f777a9b767c69c32041.tar.bz2
Add 2012 to the copyright year list
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1748b5b..337ca40 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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, 2011'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012'
# This gets inserted into the man pages to reflect the month of release.
month_year = 'MONTH YEAR'