summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 14:17:25 -0500
committerGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 14:17:25 -0500
commit303eb0702fe24a9d2c5d8aa4024cd62abe513dda (patch)
tree3d0f1e2ce7a4c5868d597c6af12ef16d09b52fa8 /SConstruct
parent5a663937aae2e30cdcba42eb6e061998850645ea (diff)
downloadscons-303eb0702fe24a9d2c5d8aa4024cd62abe513dda.tar.gz
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 722429a4..f55634b8 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()