From 7bdbc8434d23a18da47a88b761bbce7a11dffea4 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 12 Nov 2017 15:31:57 -0800 Subject: Update version strings --- QMTest/TestSCons.py | 2 +- README.rst | 16 ++++++++-------- ReleaseConfig | 2 +- SConstruct | 4 ++-- src/Announce.txt | 2 +- src/CHANGES.txt | 2 +- src/RELEASE.txt | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index b5f2953..82e5583 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' +default_version = '3.0.1' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) diff --git a/README.rst b/README.rst index fc3fe31..6bce4b7 100644 --- a/README.rst +++ b/README.rst @@ -492,14 +492,14 @@ following packages will be built:: build/dist/scons-3.0.0-1.noarch.rpm build/dist/scons-3.0.0-1.src.rpm build/dist/scons-3.0.0.linux-i686.tar.gz - build/dist/scons-3.0.0.tar.gz - build/dist/scons-3.0.0.win32.exe - build/dist/scons-3.0.0.zip - build/dist/scons-doc-3.0.0.tar.gz - build/dist/scons-local-3.0.0.tar.gz - build/dist/scons-local-3.0.0.zip - build/dist/scons-src-3.0.0.tar.gz - build/dist/scons-src-3.0.0.zip + build/dist/scons-3.0.1.tar.gz + build/dist/scons-3.0.1.win32.exe + build/dist/scons-3.0.1.zip + build/dist/scons-doc-3.0.1.tar.gz + build/dist/scons-local-3.0.1.tar.gz + build/dist/scons-local-3.0.1.zip + build/dist/scons-src-3.0.1.tar.gz + build/dist/scons-src-3.0.1.zip build/dist/scons_3.0.0-1_all.deb The SConstruct file is supposed to be smart enough to avoid trying to build diff --git a/ReleaseConfig b/ReleaseConfig index cb2dcf5..0ed1266 100644 --- 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, 2, 0, 'alpha', 0) +version_tuple = (3, 0, 1) # 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/SConstruct b/SConstruct index 56e90bc..b301fc5 100644 --- a/SConstruct +++ b/SConstruct @@ -8,7 +8,7 @@ from __future__ import print_function copyright_years = '2001 - 2017' # This gets inserted into the man pages to reflect the month of release. -month_year = 'September 2017' +month_year = 'November 2017' # # __COPYRIGHT__ @@ -51,7 +51,7 @@ import textwrap import bootstrap project = 'scons' -default_version = '3.0.0' +default_version = '3.0.1' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years SConsignFile() diff --git a/src/Announce.txt b/src/Announce.txt index f2698ef..b5c6636 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 VERSION/DATE TO BE FILLED IN LATER +RELEASE 3.0.1 - Mon, 12 Nov 2017 15:31:33 -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 d835e21..acd2feb 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.1 - Mon, 12 Nov 2017 15:31:33 -0700 From John Doe: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index 486ad42..1334aa3 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -1,4 +1,4 @@ - A new SCons checkpoint release, 3.2.0.alpha.yyyymmdd, is now available + A new SCons checkpoint release, 3.0.1, is now available on the SCons download page: http://www.scons.org/download.php -- cgit v0.12