diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-04-09 19:28:47 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-04-09 19:28:47 (GMT) |
commit | d0c6bc8828ecd1e24bed599123fc839cdf5b79dc (patch) | |
tree | d451829f9aeb40fa4e7059b532154522e3c6401d /SConstruct | |
parent | 8d742588df4f8d7a3a4c65e46cc616634e3151e6 (diff) | |
download | SCons-d0c6bc8828ecd1e24bed599123fc839cdf5b79dc.zip SCons-d0c6bc8828ecd1e24bed599123fc839cdf5b79dc.tar.gz SCons-d0c6bc8828ecd1e24bed599123fc839cdf5b79dc.tar.bz2 |
changes for 2.5.0 release
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,10 +3,10 @@ # # See the README.rst file for an overview of how SCons is built and tested. -copyright_years = '2001 - 2015' +copyright_years = '2001 - 2016' # This gets inserted into the man pages to reflect the month of release. -month_year = 'MONTH YEAR' +month_year = 'April 2016' # # __COPYRIGHT__ @@ -43,7 +43,7 @@ import tempfile import bootstrap project = 'scons' -default_version = '2.4.2.alpha.yyyymmdd' +default_version = '2.5.0' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() |