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 /src | |
parent | 8d742588df4f8d7a3a4c65e46cc616634e3151e6 (diff) | |
download | SCons-d0c6bc8828ecd1e24bed599123fc839cdf5b79dc.zip SCons-d0c6bc8828ecd1e24bed599123fc839cdf5b79dc.tar.gz SCons-d0c6bc8828ecd1e24bed599123fc839cdf5b79dc.tar.bz2 |
changes for 2.5.0 release
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 266988f..b16fb3b 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.php#users to sign up for the scons-users mailing list. -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -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 7f8da6c..b5a1fb6 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -4,7 +4,7 @@ Change Log -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 2.5.0 - Mon, 09 Apr 2016 11:27:42 -0700 From Dirk Baechle: - Removed a lot of compatibility methods and workarounds diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 2c99cca..32d5a08 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 2.4.3.alpha.yyyymmdd, is now available + A new SCons checkpoint release, 2.5.0, is now available on the SCons download page: http://www.scons.org/download.php |