summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 19:17:25 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 19:17:25 (GMT)
commit004ba211869e0067da24e21a0f212badfc0bd1d3 (patch)
treec37821b12d23aa0068c39d58a7d36aa6168013b7 /SConstruct
parentf69ca4bdabc5870c6c4d46659ef48242cc99822f (diff)
downloadSCons-004ba211869e0067da24e21a0f212badfc0bd1d3.zip
SCons-004ba211869e0067da24e21a0f212badfc0bd1d3.tar.gz
SCons-004ba211869e0067da24e21a0f212badfc0bd1d3.tar.bz2
Final auto updates for 2.3.0 release.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 3 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index 722429a..f55634b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,10 +5,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, 2010, 2011, 2012'
+copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'MONTH YEAR'
+month_year = 'March 2013'
#
# __COPYRIGHT__
@@ -43,7 +43,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '2.1.0.alpha.yyyymmdd'
+default_version = '2.3.0'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()