summaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2015-07-31 23:18:16 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2015-07-31 23:18:16 (GMT)
commit31f34b0feb6406f5efb7c854bc46aaea48856f68 (patch)
treec326525a5752e655d1c3b8f97e6c89f3229a08b0 /SConstruct
parentbd632a54a08e200c23a3243f19710ac732c9b77e (diff)
downloadSCons-2.3.6.zip
SCons-2.3.6.tar.gz
SCons-2.3.6.tar.bz2
Final auto updates for 2.3.6 release2.3.6
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index bbddd98..e8b6c9a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -6,7 +6,7 @@
copyright_years = '2001 - 2015'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'June 2015'
+month_year = 'July 2015'
#
# __COPYRIGHT__
@@ -43,7 +43,7 @@ import tempfile
import bootstrap
project = 'scons'
-default_version = '2.3.5'
+default_version = '2.3.6'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
platform = distutils.util.get_platform()