diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-23 17:09:31 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-23 17:09:31 (GMT) |
commit | 59b9369608201789e696b0ce703611716ffb9804 (patch) | |
tree | 24119e34735f660abd2ec4ba780c7a75e6f32151 /src | |
parent | 4fbf41b05356fb28e894352bf04499d3411067a1 (diff) | |
download | SCons-59b9369608201789e696b0ce703611716ffb9804.zip SCons-59b9369608201789e696b0ce703611716ffb9804.tar.gz SCons-59b9369608201789e696b0ce703611716ffb9804.tar.bz2 |
version string changes for 3.0.0 alpha
Diffstat (limited to 'src')
-rw-r--r-- | src/Announce.txt | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 2 | ||||
-rw-r--r-- | src/RELEASE.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Announce.txt b/src/Announce.txt index 112d6f0..fb7d0ea 100644 --- a/src/Announce.txt +++ b/src/Announce.txt @@ -18,7 +18,7 @@ So that everyone using SCons can help each other learn how to use it more effectively, please go to http://scons.org/lists.html#users to sign up for the scons-users mailing list. -RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400 +RELEASE 3.0.0.alpha.20170821 - Mon, 21 Aug 2017 16:15:02 -0700 Please consult the RELEASE.txt file for a summary of changes since the last release and consult the CHANGES.txt file for complete a list of changes diff --git a/src/CHANGES.txt b/src/CHANGES.txt index c2c8ca8..b195082 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -5,7 +5,7 @@ Change Log -RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400 +RELEASE 3.0.0.alpha.20170821 - Mon, 21 Aug 2017 16:15:02 -0700 NOTE: This is a major release. You should expect that some targets may rebuild when upgrading. Significant changes in some python action signatures. Also switching between PY 2 and PY 3.5, 3.6 diff --git a/src/RELEASE.txt b/src/RELEASE.txt index b08b3f7..bbc1e42 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 3.0.0.alpha.20170614, is now available + A new SCons checkpoint release, 3.0.0.alpha.20170821, is now available on the SCons download page: http://www.scons.org/download.php |