diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-06 01:06:02 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-06 01:06:02 (GMT) |
commit | 995b295e108a86ecae369039cdfdd1308ce92621 (patch) | |
tree | 9e3b4a86bedfc163d7709e6701bcb53b786afb69 | |
parent | c5f4cb45a170e16f280729da55be53531966bb1e (diff) | |
download | SCons-995b295e108a86ecae369039cdfdd1308ce92621.zip SCons-995b295e108a86ecae369039cdfdd1308ce92621.tar.gz SCons-995b295e108a86ecae369039cdfdd1308ce92621.tar.bz2 |
updates from update-release-info for 3.0.3 release
-rwxr-xr-x | README.rst | 14 | ||||
-rw-r--r-- | SConstruct | 4 | ||||
-rw-r--r-- | doc/user/main.xml | 4 | ||||
-rwxr-xr-x | src/Announce.txt | 2 | ||||
-rw-r--r-- | src/CHANGES.txt | 2 | ||||
-rw-r--r-- | testing/framework/TestSCons.py | 2 |
6 files changed, 14 insertions, 14 deletions
@@ -499,13 +499,13 @@ about `Executing SCons Without Installing`_):: Depending on the utilities installed on your system, any or all of the following packages will be built:: - build/dist/scons-3.0.2.tar.gz - build/dist/scons-3.0.2.zip - build/dist/scons-doc-3.0.2.tar.gz - build/dist/scons-local-3.0.2.tar.gz - build/dist/scons-local-3.0.2.zip - build/dist/scons-src-3.0.2.tar.gz - build/dist/scons-src-3.0.2.zip + build/dist/scons-3.0.3.tar.gz + build/dist/scons-3.0.3.zip + build/dist/scons-doc-3.0.3.tar.gz + build/dist/scons-local-3.0.3.tar.gz + build/dist/scons-local-3.0.3.zip + build/dist/scons-src-3.0.3.tar.gz + build/dist/scons-src-3.0.3.zip 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 @@ -8,7 +8,7 @@ from __future__ import print_function copyright_years = '2001 - 2018' # This gets inserted into the man pages to reflect the month of release. -month_year = 'December 2018' +month_year = 'January 2019' # # __COPYRIGHT__ @@ -51,7 +51,7 @@ import textwrap import bootstrap project = 'scons' -default_version = '3.0.2' +default_version = '3.0.3' copyright = "Copyright (c) %s The SCons Foundation" % copyright_years SConsignFile() diff --git a/doc/user/main.xml b/doc/user/main.xml index a34405b..42724d1 100644 --- a/doc/user/main.xml +++ b/doc/user/main.xml @@ -74,10 +74,10 @@ <corpauthor>Steven Knight and the SCons Development Team</corpauthor> - <pubdate>2004 - 2018</pubdate> + <pubdate>2004 - 2019</pubdate> <copyright> - <year>2004 - 2018</year> + <year>2004 - 2019</year> <holder>The SCons Foundation</holder> </copyright> diff --git a/src/Announce.txt b/src/Announce.txt index d981b15..b4d50f1 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.0.3 - Sat, 02 Jan 2018 19:44:18 -0700 +RELEASE 3.0.3 - Mon, 05 Jan 2019 20:05:22 -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 505471c..288f97c 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -5,7 +5,7 @@ Change Log -RELEASE 3.0.3 - Sat, 02 Jan 2018 19:44:18 -0700 +RELEASE 3.0.3 - Mon, 05 Jan 2019 20:05:22 -0400 NOTE: 3.0.2 release was dropped because there was a packaging bug. Please consider all 3.0.2 content. diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py index ee8f0ec..b543c07 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/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.2' +default_version = '3.0.3' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |