summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--QMTest/TestSCons.py2
-rw-r--r--README.rst18
-rw-r--r--SConstruct6
-rw-r--r--doc/user/main.xml4
-rw-r--r--src/Announce.txt2
-rw-r--r--src/CHANGES.txt2
-rw-r--r--src/RELEASE.txt2
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 @@
<corpauthor>Steven Knight and the SCons Development Team</corpauthor>
- <pubdate>2004 - 2016</pubdate>
+ <pubdate>2004 - 2017</pubdate>
<copyright>
- <year>2004 - 2016</year>
+ <year>2004 - 2017</year>
<holder>The SCons Foundation</holder>
</copyright>
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