summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xREADME.rst14
-rw-r--r--SConstruct4
-rwxr-xr-xsrc/Announce.txt2
-rwxr-xr-xsrc/CHANGES.txt2
-rwxr-xr-xsrc/RELEASE.txt2
-rw-r--r--testing/framework/TestSCons.py2
6 files changed, 13 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 9589df7..7b7c221 100755
--- a/README.rst
+++ b/README.rst
@@ -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.1.1.tar.gz
- build/dist/scons-3.1.1.zip
- build/dist/scons-doc-3.1.1.tar.gz
- build/dist/scons-local-3.1.1.tar.gz
- build/dist/scons-local-3.1.1.zip
- build/dist/scons-src-3.1.1.tar.gz
- build/dist/scons-src-3.1.1.zip
+ build/dist/scons-3.1.2.tar.gz
+ build/dist/scons-3.1.2.zip
+ build/dist/scons-doc-3.1.2.tar.gz
+ build/dist/scons-local-3.1.2.tar.gz
+ build/dist/scons-local-3.1.2.zip
+ build/dist/scons-src-3.1.2.tar.gz
+ build/dist/scons-src-3.1.2.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
diff --git a/SConstruct b/SConstruct
index 8db1657..1adf714 100644
--- a/SConstruct
+++ b/SConstruct
@@ -8,7 +8,7 @@ from __future__ import print_function
copyright_years = '2001 - 2019'
# This gets inserted into the man pages to reflect the month of release.
-month_year = 'August 2019'
+month_year = 'December 2019'
#
# __COPYRIGHT__
@@ -49,7 +49,7 @@ import textwrap
import bootstrap
project = 'scons'
-default_version = '3.1.1'
+default_version = '3.1.2'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()
diff --git a/src/Announce.txt b/src/Announce.txt
index 17b3093..321496d 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 VERSION/DATE TO BE FILLED IN LATER
+RELEASE 3.1.2 - Mon, 17 Dec 2019 02:06:27 +0000
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 96517c0..745bcba 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -6,7 +6,7 @@
NOTE: The 4.0.0 Release of SCons will drop Python 2.7 Support
-RELEASE VERSION/DATE TO BE FILLED IN LATER
+RELEASE 3.1.2 - Mon, 17 Dec 2019 02:06:27 +0000
From Edoardo Bezzeccheri
- Added debug option "action_timestamps" which outputs to stdout the absolute start and end time for each target.
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index cce5810..0070c6a 100755
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -1,4 +1,4 @@
- A new SCons checkpoint release, 3.1.2.alpha.yyyymmdd, is now available
+ A new SCons checkpoint release, 3.1.2, is now available
on the SCons download page:
https://scons.org/pages/download.html
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py
index 7dc9e74..d1aed28 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.1.1'
+default_version = '3.1.2'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)