diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-06-14 16:25:06 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-06-14 16:25:06 (GMT) |
commit | 15906a8f315b983279d0a6f8867ef1c15f6a0f4f (patch) | |
tree | 85ea31ce4f60aa56a5d7287657fef5c74f66d219 /SConstruct | |
parent | cce1fd3b26037b4dd0044a4b1795ec5c98f0bf3b (diff) | |
download | SCons-15906a8f315b983279d0a6f8867ef1c15f6a0f4f.zip SCons-15906a8f315b983279d0a6f8867ef1c15f6a0f4f.tar.gz SCons-15906a8f315b983279d0a6f8867ef1c15f6a0f4f.tar.bz2 |
changes to prep for 3.0.0 alpha
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,10 +5,10 @@ from __future__ import print_function -copyright_years = '2001 - 2016' +copyright_years = '2001 - 2017' # This gets inserted into the man pages to reflect the month of release. -month_year = 'November 2016' +month_year = 'MONTH YEAR' # # __COPYRIGHT__ @@ -45,7 +45,7 @@ import tempfile import bootstrap project = 'scons' -default_version = '2.5.1' +default_version = '3.0.0.alpha.20170614' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() |