summaryrefslogtreecommitdiffstats
path: root/src/README.txt
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-08-12 14:30:49 (GMT)
committerSteven Knight <knight@baldmt.com>2008-08-12 14:30:49 (GMT)
commit94ca9aaf345a8f601f07fd83435465eed3963b26 (patch)
treede977974d2bef18a4815d45a8d045e70dcf0d9e7 /src/README.txt
parentd0c5748eb01e8303b6221afad432cb908672c161 (diff)
downloadSCons-94ca9aaf345a8f601f07fd83435465eed3963b26.zip
SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.gz
SCons-94ca9aaf345a8f601f07fd83435465eed3963b26.tar.bz2
Update to 1.0.0.
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/README.txt b/src/README.txt
index 8c71498..f284327 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -7,11 +7,11 @@
Version __VERSION__
-This is a beta release of SCons, a tool for building software (and other
-files). SCons is implemented in Python, and its "configuration files"
-are actually Python scripts, allowing you to use the full power of a
-real scripting language to solve build problems. You do not, however,
-need to know Python to use SCons effectively.
+This is SCons, a tool for building software (and other files). SCons is
+implemented in Python, and its "configuration files" are actually Python
+scripts, allowing you to use the full power of a real scripting language
+to solve build problems. You do not, however, need to know Python to
+use SCons effectively.
See the RELEASE.txt file for notes about this specific release,
including known problems. See the CHANGES.txt file for a list of