diff options
author | Steven Knight <knight@baldmt.com> | 2003-08-20 16:58:13 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-08-20 16:58:13 (GMT) |
commit | 1c0a7d503532ad8b1129192872d15a72c441ad28 (patch) | |
tree | 8abace8e8be28a63cdc7fc15e89f9ee0ab585d4d /src | |
parent | da45157ba79c6e988c0ac89555141d02d23c5f29 (diff) | |
download | SCons-1c0a7d503532ad8b1129192872d15a72c441ad28.zip SCons-1c0a7d503532ad8b1129192872d15a72c441ad28.tar.gz SCons-1c0a7d503532ad8b1129192872d15a72c441ad28.tar.bz2 |
Initialize the new branch.
Diffstat (limited to 'src')
-rw-r--r-- | src/CHANGES.txt | 2 | ||||
-rw-r--r-- | src/RELEASE.txt | 4 | ||||
-rw-r--r-- | src/setupTests.py | 2 |
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 |