From 8581dbbe2d5a9e61793178b0ef8a772aaed9f154 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 23 Aug 2017 10:09:31 -0700 Subject: version string changes for 3.0.0 alpha --- QMTest/TestSCons.py | 2 +- README.rst | 16 ++++++++-------- SConstruct | 2 +- src/Announce.txt | 2 +- src/CHANGES.txt | 2 +- src/RELEASE.txt | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 6941e1c5..61e50125 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -35,7 +35,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '3.0.0.alpha.20170614' +default_version = '3.0.0.alpha.20170821' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) diff --git a/README.rst b/README.rst index dfbf117f..faf8b106 100644 --- a/README.rst +++ b/README.rst @@ -492,14 +492,14 @@ following packages will be built:: build/dist/scons-2.5.0-1.noarch.rpm build/dist/scons-2.5.0-1.src.rpm build/dist/scons-2.5.0.linux-i686.tar.gz - build/dist/scons-3.0.0.alpha.20170614.tar.gz - build/dist/scons-3.0.0.alpha.20170614.win32.exe - build/dist/scons-3.0.0.alpha.20170614.zip - build/dist/scons-doc-3.0.0.alpha.20170614.tar.gz - build/dist/scons-local-3.0.0.alpha.20170614.tar.gz - build/dist/scons-local-3.0.0.alpha.20170614.zip - build/dist/scons-src-3.0.0.alpha.20170614.tar.gz - build/dist/scons-src-3.0.0.alpha.20170614.zip + build/dist/scons-3.0.0.alpha.20170821.tar.gz + build/dist/scons-3.0.0.alpha.20170821.win32.exe + build/dist/scons-3.0.0.alpha.20170821.zip + build/dist/scons-doc-3.0.0.alpha.20170821.tar.gz + build/dist/scons-local-3.0.0.alpha.20170821.tar.gz + build/dist/scons-local-3.0.0.alpha.20170821.zip + build/dist/scons-src-3.0.0.alpha.20170821.tar.gz + build/dist/scons-src-3.0.0.alpha.20170821.zip build/dist/scons_3.0.0.alpha.20170614-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build diff --git a/SConstruct b/SConstruct index bfd12cab..2e173828 100644 --- a/SConstruct +++ b/SConstruct @@ -46,7 +46,7 @@ import time import bootstrap project = 'scons' -default_version = '3.0.0.alpha.20170614' +default_version = '3.0.0.alpha.20170821' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years platform = distutils.util.get_platform() diff --git a/src/Announce.txt b/src/Announce.txt index 112d6f07..fb7d0eaf 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 c2c8ca87..b1950822 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 b08b3f75..bbc1e427 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 -- cgit v1.2.1