summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CHANGES.txt2
-rw-r--r--src/RELEASE.txt4
-rw-r--r--src/setupTests.py2
3 files changed, 3 insertions, 5 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 8b5e266..48bab37 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -8,7 +8,7 @@
-RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX XXXXX
+RELEASE 0.92 - Tue Aug 19 19:05:23 CDT 2003
From Charles Crain and Gary Oberbrunner:
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index f104911..111ec92 100644
--- a/src/RELEASE.txt
+++ b/src/RELEASE.txt
@@ -20,13 +20,11 @@ more effectively, please sign up for the scons-users mailing list at:
-RELEASE X.XX - XXX, XX XXX XXXX XX:XX:XX XXXXX
+RELEASE 0.92 - Tue Aug 19 19:05:23 CDT 2003
This is the third beta release of SCons. Please consult the
CHANGES.txt file for a list of specific changes since last release.
- Please note the following important changes since release 0.91:
-
Please note the following important changes since release 0.90:
- The spelling of the 'validater' keyword argument to the
diff --git a/src/setupTests.py b/src/setupTests.py
index 29c26cf..950dbdb 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.91'
+version = '0.92'
scons_version = 'scons-%s' % version