diff options
| author | William Deegan <bill@baddogconsulting.com> | 2015-07-31 23:18:16 (GMT) |
|---|---|---|
| committer | William Deegan <bill@baddogconsulting.com> | 2015-07-31 23:18:16 (GMT) |
| commit | 31f34b0feb6406f5efb7c854bc46aaea48856f68 (patch) | |
| tree | c326525a5752e655d1c3b8f97e6c89f3229a08b0 /SConstruct | |
| parent | bd632a54a08e200c23a3243f19710ac732c9b77e (diff) | |
| download | SCons-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-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() |
