Skip to content

Commit

Permalink
[skip ci] reset to develop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Mar 5, 2019
1 parent 9638085 commit f0f4820
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.tar.gz
build/dist/scons-3.0.4.zip
build/dist/scons-doc-3.0.4.tar.gz
build/dist/scons-local-3.0.4.tar.gz
build/dist/scons-local-3.0.4.zip
build/dist/scons-src-3.0.4.tar.gz
build/dist/scons-src-3.0.4.zip
build/dist/scons-3.0.5.alpha.yyyymmdd.tar.gz
build/dist/scons-3.0.5.alpha.yyyymmdd.zip
build/dist/scons-doc-3.0.5.alpha.yyyymmdd.tar.gz
build/dist/scons-local-3.0.5.alpha.yyyymmdd.tar.gz
build/dist/scons-local-3.0.5.alpha.yyyymmdd.zip
build/dist/scons-src-3.0.5.alpha.yyyymmdd.tar.gz
build/dist/scons-src-3.0.5.alpha.yyyymmdd.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
Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'January 2019'
month_year = 'MONTH YEAR'

#
# __COPYRIGHT__
Expand Down Expand Up @@ -49,7 +49,7 @@ import textwrap
import bootstrap

project = 'scons'
default_version = '3.0.4'
default_version = '3.0.5.alpha.yyyymmdd'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years

SConsignFile()
Expand Down
2 changes: 1 addition & 1 deletion src/Announce.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE

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
Expand Down
2 changes: 1 addition & 1 deletion src/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Change Log


RELEASE VERSION/DATE TO BE FILLED IN LATER
RELEASE 3.0.5.alpha.yyyymmdd - NEW DATE WILL BE INSERTED HERE

From William Deegan:

Expand Down
2 changes: 1 addition & 1 deletion testing/framework/TestSCons.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# here provides some independent verification that what we packaged
# conforms to what we expect.

default_version = '3.0.4'
default_version = '3.0.5.alpha.yyyymmdd'

python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)
Expand Down

0 comments on commit f0f4820

Please sign in to comment.