summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGaryO <139975+garyo@users.noreply.github.com>2014-07-05 14:21:26 (GMT)
committerGaryO <139975+garyo@users.noreply.github.com>2014-07-05 14:21:26 (GMT)
commit6c02e1b19e19e443d2b9ae85e6258cb01654cd04 (patch)
tree172a554f4cbd65406082e632e06d78d46551e810 /SConstruct
parent7e538f62f2af7979ad6e7d5b438193af886634c0 (diff)
downloadSCons-2.3.2.zip
SCons-2.3.2.tar.gz
SCons-2.3.2.tar.bz2
Final auto updates for 2.3.2 release.2.3.2
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 3ab4d8c..83ca9c3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,7 +6,7 @@
copyright_years = '2001 - 2014'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'MONTH YEAR'
+month_year = 'July 2014'
#
# __COPYRIGHT__
@@ -43,7 +43,7 @@ import tempfile
import bootstrap
project = 'scons'
-default_version = '2.3.1.alpha.yyyymmdd'
+default_version = '2.3.2'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()