From 15906a8f315b983279d0a6f8867ef1c15f6a0f4f Mon Sep 17 00:00:00 2001 From: William Deegan Date: Wed, 14 Jun 2017 12:25:06 -0400 Subject: changes to prep for 3.0.0 alpha --- QMTest/TestSCons.py | 2 +- README.rst | 18 +++++++++--------- SConstruct | 6 +++--- doc/user/main.xml | 4 ++-- src/Announce.txt | 2 +- src/CHANGES.txt | 2 +- src/RELEASE.txt | 2 +- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index bd23ce6..66d6b23 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 = '2.5.0' +default_version = '3.0.0.alpha.20170614' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) diff --git a/README.rst b/README.rst index ba1755f..dfbf117 100644 --- a/README.rst +++ b/README.rst @@ -492,15 +492,15 @@ 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-2.5.0.tar.gz - build/dist/scons-2.5.0.win32.exe - build/dist/scons-2.5.0.zip - build/dist/scons-doc-2.5.0.tar.gz - build/dist/scons-local-2.5.0.tar.gz - build/dist/scons-local-2.5.0.zip - build/dist/scons-src-2.5.0.tar.gz - build/dist/scons-src-2.5.0.zip - build/dist/scons_2.5.0-1_all.deb + 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.20170614-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build packages for which you don't have the proper utilities installed. For diff --git a/SConstruct b/SConstruct index bd43f19..f30b4c4 100644 --- a/SConstruct +++ b/SConstruct @@ -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() diff --git a/doc/user/main.xml b/doc/user/main.xml index 451f87d..9bb1526 100644 --- a/doc/user/main.xml +++ b/doc/user/main.xml @@ -74,10 +74,10 @@ Steven Knight and the SCons Development Team - 2004 - 2016 + 2004 - 2017 - 2004 - 2016 + 2004 - 2017 The SCons Foundation diff --git a/src/Announce.txt b/src/Announce.txt index 488615a..112d6f0 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 +RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400 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 b3fec9f..5d670fd 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -5,7 +5,7 @@ Change Log -RELEASE VERSION/DATE TO BE FILLED IN LATER +RELEASE 3.0.0.alpha.20170614 - Mon, 14 Jun 2017 12:23:56 -0400 From William Blevins: - Updated D language scanner support to latest: 2.071.1. (PR #1924) diff --git a/src/RELEASE.txt b/src/RELEASE.txt index c7d36e9..b08b3f7 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 3.0.0.alpha.yyyymmdd, is now available + A new SCons checkpoint release, 3.0.0.alpha.20170614, is now available on the SCons download page: http://www.scons.org/download.php -- cgit v0.12