diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-10-19 21:23:27 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-10-19 21:23:27 (GMT) |
commit | f2b9154c9d5aac8936736a5aa42aa9f6524a5026 (patch) | |
tree | 306aeb889b9e3add5c304b802eaf0dfde8ed156a | |
parent | 1e5724b7bc6779945802614797f7a38addd8056f (diff) | |
download | SCons-f2b9154c9d5aac8936736a5aa42aa9f6524a5026.zip SCons-f2b9154c9d5aac8936736a5aa42aa9f6524a5026.tar.gz SCons-f2b9154c9d5aac8936736a5aa42aa9f6524a5026.tar.bz2 |
Regenerated docs for 2.5.1 Release
-rw-r--r-- | ReleaseConfig | 4 | ||||
-rw-r--r-- | doc/generated/examples/caching_ex-random_1.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index e1f462a..cf815c5 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 = (2, 4, 2, 'alpha', 0) +version_tuple = (2, 5, 1) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version @@ -51,7 +51,7 @@ deprecated_python_version = (2, 7, 0) #month_year = 'December 2012' # If copyright years is not given, the release year is used as the end. -copyright_years = '2001 - 2015' +copyright_years = '2001 - 2016' # Local Variables: # tab-width:4 diff --git a/doc/generated/examples/caching_ex-random_1.xml b/doc/generated/examples/caching_ex-random_1.xml index 24c43ad..6decbd3 100644 --- a/doc/generated/examples/caching_ex-random_1.xml +++ b/doc/generated/examples/caching_ex-random_1.xml @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">% <userinput>scons -Q</userinput> +cc -o f3.o -c f3.c cc -o f5.o -c f5.c cc -o f4.o -c f4.c -cc -o f2.o -c f2.c cc -o f1.o -c f1.c -cc -o f3.o -c f3.c +cc -o f2.o -c f2.c cc -o prog f1.o f2.o f3.o f4.o f5.o </screen> |