diff options
author | Steven Knight <knight@baldmt.com> | 2008-05-18 06:06:39 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-05-18 06:06:39 (GMT) |
commit | cfcf180e1c5d4e908ab8369c989ccaae32400fe6 (patch) | |
tree | 9249b95d072f6b425db8d62be58507f23c9733fa /QMTest | |
parent | f30454bba210e822fdd9d8e4ff1be74e041ea71e (diff) | |
download | SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.zip SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.tar.gz SCons-cfcf180e1c5d4e908ab8369c989ccaae32400fe6.tar.bz2 |
Update package numbers to 0.98.4.
Diffstat (limited to 'QMTest')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index cfcbfb1..10145be 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.3' +default_version = '0.98.4' copyright_years = '2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008' |