summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2014-09-27 15:56:46 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2014-09-27 15:56:46 -0400
commit05feb8c759513578b4636dffbd75ad7bd12978a7 (patch)
treeeadd9498cfc42d561f4e266b2a0578b8a7badfb4 /SConstruct
parentab5618722e4689c732f7586a4e76c496d4cf9c93 (diff)
downloadscons-05feb8c759513578b4636dffbd75ad7bd12978a7.tar.gz
Put default branch back to develop mode, post 2.3.4.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index d07c6cff..27b07f21 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()