diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-08-08 15:33:19 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-08-08 15:33:19 (GMT) |
commit | ce8f7eccdbcb626baa4a036dd8230268a5c35192 (patch) | |
tree | 0489c7e008c937f77d39a7493e550c10e92a982c | |
parent | 4c238ae58589f6f570e4f4223e70334ff8dba756 (diff) | |
download | SCons-ce8f7eccdbcb626baa4a036dd8230268a5c35192.zip SCons-ce8f7eccdbcb626baa4a036dd8230268a5c35192.tar.gz SCons-ce8f7eccdbcb626baa4a036dd8230268a5c35192.tar.bz2 |
[ci skip] Post release changes
-rwxr-xr-x | ReleaseConfig | 2 | ||||
-rwxr-xr-x | src/Announce.txt | 2 | ||||
-rwxr-xr-x | src/CHANGES.txt | 7 | ||||
-rwxr-xr-x | src/RELEASE.txt | 2 |
4 files changed, 10 insertions, 3 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 2bddfa0..69be328 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'final', the patchlevel is set to the release date. This value is # mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (3, 1, 1) +version_tuple = (3, 1, 2, 'alpha', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version diff --git a/src/Announce.txt b/src/Announce.txt index 425aaa1..1359696 100755 --- 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.1.1 - Mon, 07 Aug 2019 20:09:12 -0500 +RELEASE VERSION/DATE TO BE FILLED IN LATER 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 953931b..3efb734 100755 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -4,6 +4,13 @@ Change Log +RELEASE VERSION/DATE TO BE FILLED IN LATER + + From John Doe: + + - Whatever John Doe did. + + RELEASE 3.1.1 - Mon, 07 Aug 2019 20:09:12 -0500 From William Deegan: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index a2f7918..17e698f 100755 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 3.1.1, is now available + A new SCons checkpoint release, 3.1.2.alpha.yyyymmdd, is now available on the SCons download page: https://scons.org/pages/download.html |