summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-04-30 05:43:53 +0000
committerSteven Knight <knight@baldmt.com>2008-04-30 05:43:53 +0000
commit60a3069f1bb91c91f7f2eac3211cc4612f05f4c4 (patch)
tree450a412c50bf94d4b45466127d1c79d0f2566c89
parentd5061a1effee5927efc7a6acd55443fa00218a78 (diff)
downloadscons-0.98.3.tar.gz
Update version numbers to 0.98.3.0.98.3
-rw-r--r--QMTest/TestSCons.py2
-rw-r--r--README40
-rw-r--r--SConstruct2
-rw-r--r--src/CHANGES.txt2
-rw-r--r--src/RELEASE.txt2
5 files changed, 24 insertions, 24 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index fba4f2a9..1277af57 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -42,7 +42,7 @@ from TestCommon import __all__
# here provides some independent verification that what we packaged
# conforms to what we expect.
-default_version = '0.98.2'
+default_version = '0.98.3'
copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008'
diff --git a/README b/README
index 9be9fb72..a508db11 100644
--- a/README
+++ b/README
@@ -83,11 +83,11 @@ In this case, your options are:
-- (Optional.) Install from a pre-packaged SCons package that
does not require distutils:
- Red Hat Linux scons-0.98.2.noarch.rpm
+ Red Hat Linux scons-0.98.3.noarch.rpm
Debian GNU/Linux use apt-get to get the official package
- Windows scons-0.98.2.win32.exe
+ Windows scons-0.98.3.win32.exe
-- (Recommended.) Download the latest distutils package from the
following URL:
@@ -159,7 +159,7 @@ And on Windows:
By default, the above commands will do the following:
- -- Install the version-numbered "scons-0.98.2" and "sconsign-0.98.2"
+ -- Install the version-numbered "scons-0.98.3" and "sconsign-0.98.3"
scripts in the default system script directory (/usr/bin or
C:\Python*\Scripts, for example). This can be disabled by
specifying the "--no-version-script" option on the command
@@ -173,24 +173,24 @@ By default, the above commands will do the following:
making it the default on your system.
On UNIX or Linux systems, you can have the "scons" and "sconsign"
- scripts be hard links or symbolic links to the "scons-0.98.2" and
- "sconsign-0.98.2" scripts by specifying the "--hardlink-scons" or
+ scripts be hard links or symbolic links to the "scons-0.98.3" and
+ "sconsign-0.98.3" scripts by specifying the "--hardlink-scons" or
"--symlink-scons" options on the command line.
- -- Install "scons-0.98.2.bat" and "scons.bat" wrapper scripts in the
+ -- Install "scons-0.98.3.bat" and "scons.bat" wrapper scripts in the
Python prefix directory on Windows (C:\Python*, for example).
This can be disabled by specifying the "--no-install-bat" option
on the command line.
On UNIX or Linux systems, the "--install-bat" option may be
- specified to have "scons-0.98.2.bat" and "scons.bat" files installed
+ specified to have "scons-0.98.3.bat" and "scons.bat" files installed
in the default system script directory, which is useful if you
want to install SCons in a shared file system directory that can
be used to execute SCons from both UNIX/Linux and Windows systems.
-- Install the SCons build engine (a Python module) in an
appropriate version-numbered SCons library directory
- (/usr/lib/scons-0.98.2 or C:\Python*\scons-0.98.2, for example).
+ (/usr/lib/scons-0.98.3 or C:\Python*\scons-0.98.3, for example).
See below for more options related to installing the build
engine library.
@@ -527,18 +527,18 @@ On Windows:
Depending on the utilities installed on your system, any or all of the
following packages will be built:
- build/dist/scons-0.98.2-1.noarch.rpm
- build/dist/scons-0.98.2-1.src.rpm
- build/dist/scons-0.98.2.linux-i686.tar.gz
- build/dist/scons-0.98.2.tar.gz
- build/dist/scons-0.98.2.win32.exe
- build/dist/scons-0.98.2.zip
- build/dist/scons-doc-0.98.2.tar.gz
- build/dist/scons-local-0.98.2.tar.gz
- build/dist/scons-local-0.98.2.zip
- build/dist/scons-src-0.98.2.tar.gz
- build/dist/scons-src-0.98.2.zip
- build/dist/scons_0.98.2-1_all.deb
+ build/dist/scons-0.98.3-1.noarch.rpm
+ build/dist/scons-0.98.3-1.src.rpm
+ build/dist/scons-0.98.3.linux-i686.tar.gz
+ build/dist/scons-0.98.3.tar.gz
+ build/dist/scons-0.98.3.win32.exe
+ build/dist/scons-0.98.3.zip
+ build/dist/scons-doc-0.98.3.tar.gz
+ build/dist/scons-local-0.98.3.tar.gz
+ build/dist/scons-local-0.98.3.zip
+ build/dist/scons-src-0.98.3.tar.gz
+ build/dist/scons-src-0.98.3.zip
+ build/dist/scons_0.98.3-1_all.deb
The SConstruct file is supposed to be smart enough to avoid trying to
build packages for which you don't have the proper utilities installed.
diff --git a/SConstruct b/SConstruct
index 2b694862..19eac0f6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -45,7 +45,7 @@ import sys
import tempfile
project = 'scons'
-default_version = '0.98.2'
+default_version = '0.98.3'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
SConsignFile()
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 8a3515f9..57cafa58 100644
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -8,7 +8,7 @@
-RELEASE XXX - XXX
+RELEASE 0.98.3 - Tue, 29 Apr 2008 22:40:12 -0700
From Greg Noel:
diff --git a/src/RELEASE.txt b/src/RELEASE.txt
index df08f81d..1ed5e6da 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 0.98.2 - Sun, 20 Apr 2008 23:38:56 -0700
+RELEASE 0.98.3 - Tue, 29 Apr 2008 22:40:12 -0700
This is an update to the ninth beta release of SCons. Please consult
the CHANGES.txt file for a list of specific changes since last release.