summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorGaryO <139975+garyo@users.noreply.github.com>2014-09-27 19:37:29 (GMT)
committerGaryO <139975+garyo@users.noreply.github.com>2014-09-27 19:37:29 (GMT)
commitb71846b22be3f3f743ffcbe480650086c34e7338 (patch)
treecd14038afcba27ebcb067efa1981723c6398789e /SConstruct
parent3f8ea208aee0eb0c3db951bf6ef355c90baa3aa3 (diff)
downloadSCons-2.3.4.zip
SCons-2.3.4.tar.gz
SCons-2.3.4.tar.bz2
final auto updates for 2.3.4 release2.3.4
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index d07c6cf..27b07f2 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 = 'August 2014'
+month_year = 'September 2014'
#
# __COPYRIGHT__
@@ -43,7 +43,7 @@ import tempfile
import bootstrap
project = 'scons'
-default_version = '2.3.3'
+default_version = '2.3.4'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()