diff options
| author | Steven Knight <knight@baldmt.com> | 2003-04-02 15:01:37 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2003-04-02 15:01:37 (GMT) |
| commit | a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98 (patch) | |
| tree | 41eecdad61fdd6d9a38fd1b44d137bc875a95262 /src | |
| parent | 68a6c0c2df1455157ed2bfbbb8e19284d817480c (diff) | |
| download | SCons-a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98.zip SCons-a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98.tar.gz SCons-a2b9b257fec5cc6ec8a7a14ede42e8ae0c55ba98.tar.bz2 | |
Initialize the new branch.
Diffstat (limited to 'src')
| -rw-r--r-- | src/CHANGES.txt | 4 | ||||
| -rw-r--r-- | src/RELEASE.txt | 8 | ||||
| -rw-r--r-- | src/setupTests.py | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index e694b6d..68d1108 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,6 +8,10 @@ +RELEASE 0.14 - XXX + + + RELEASE 0.13 - Mon, 31 Mar 2003 20:22:00 -0600 From Charles Crain: diff --git a/src/RELEASE.txt b/src/RELEASE.txt index e03ad3b..e023518 100644 --- a/src/RELEASE.txt +++ b/src/RELEASE.txt @@ -20,11 +20,15 @@ more effectively, please sign up for the scons-users mailing list at: -RELEASE 0.13 - Mon, 31 Mar 2003 20:22:00 -0600 +RELEASE 0.14 - XXX - This is the thirteenth alpha release of SCons. Please consult the + This is the fourteenth alpha 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.13: + + - + Please note the following important changes since release 0.11: - The default behavior of SCons is now to change to the directory in diff --git a/src/setupTests.py b/src/setupTests.py index 0ba2f2f..055475e 100644 --- a/src/setupTests.py +++ b/src/setupTests.py @@ -51,7 +51,7 @@ except KeyError: # version = os.environ['SCONS_VERSION'] #except KeyError: # version = '__VERSION__' -version = '0.13' +version = '0.14' scons_version = 'scons-%s' % version |
