summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-10-23 16:14:15 (GMT)
committerSteven Knight <knight@baldmt.com>2003-10-23 16:14:15 (GMT)
commitd1e65c3d358b857b1e53b90c0f4c940c7f95c6a5 (patch)
tree7093612a93255b5c8aebbbbc4567cc1cd0f28d73 /src
parent69767c5516cfd51afc93b87746f130825f0bf831 (diff)
downloadSCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.zip
SCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.tar.gz
SCons-d1e65c3d358b857b1e53b90c0f4c940c7f95c6a5.tar.bz2
Initialize the new branch.
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt5
-rw-r--r--src/README.txt4
-rw-r--r--src/RELEASE.txt2
-rw-r--r--src/setupTests.py2
4 files changed, 8 insertions, 5 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index d7a4aec..61dad1e 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -8,7 +8,7 @@
-RELEASE X.XX - XXX
+RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
From J.T. Conklin:
@@ -135,6 +135,9 @@ RELEASE X.XX - XXX
- Supply a warning when -j is used and threading isn't built in to
the current version of Python.
+ - First release of the User's Guide (finally, and despite a lot
+ of things still missing from it...).
+
From Clark McGrew:
- Generalize the action for .tex files so that it will decide whether
diff --git a/src/README.txt b/src/README.txt
index 0e2672d..bccfb32 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -50,8 +50,8 @@ Python until Python version 1.6, so if your system is running Python
1.5.2, you may not have distutils installed. If you are running
Python version 1.6 or later, you should be fine.
-NOTE TO RED HAT USERS: All Red Hat Linux versions up to 7.3 still ship
-Python 1.5.2 as the default, so you probably do *not* have distutils
+NOTE TO RED HAT USERS: Red Hat shipped Python 1.5.2 as the default all
+the way up to Red Hat Linux 7.3, so you probably do *not* have distutils
installed, unless you have already done so manually or are running Red
Hat 8.0 or later.
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index f883940..6e43f50 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -20,7 +20,7 @@ more effectively, please sign up for the scons-users mailing list at:
-RELEASE X.XX - XXX
+RELEASE 0.93 - Thu, 23 Oct 2003 07:26:55 -0500
This is the fourth beta release of SCons. Please consult the
CHANGES.txt file for a list of specific changes since last release.
diff --git a/src/setupTests.py b/src/setupTests.py
index 950dbdb..1397561 100644
--- a/src/setupTests.py
+++ b/src/setupTests.py
@@ -52,7 +52,7 @@ except KeyError:
# version = os.environ['SCONS_VERSION']
#except KeyError:
# version = '__VERSION__'
-version = '0.92'
+version = '0.93'
scons_version = 'scons-%s' % version